Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2022-1962 (GCVE-0-2022-1962)
Vulnerability from cvelistv5 – Published: 2022-08-09 20:18 – Updated: 2026-03-06 19:08- CWE-674 - Uncontrolled Recursion
| Vendor | Product | Version | |
|---|---|---|---|
| Go standard library | go/parser |
Affected:
0 , < 1.17.12
(semver)
Affected: 1.18.0-0 , < 1.18.4 (semver) |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-03T00:24:43.737Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_transferred"
],
"url": "https://go.dev/cl/417063"
},
{
"tags": [
"x_transferred"
],
"url": "https://go.googlesource.com/go/+/695be961d57508da5a82217f7415200a11845879"
},
{
"tags": [
"x_transferred"
],
"url": "https://go.dev/issue/53616"
},
{
"tags": [
"x_transferred"
],
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
},
{
"tags": [
"x_transferred"
],
"url": "https://pkg.go.dev/vuln/GO-2022-0515"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2022-1962",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-02-24T19:32:02.875913Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-03-06T19:08:08.543Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "go/parser",
"product": "go/parser",
"programRoutines": [
{
"name": "ParseFile"
},
{
"name": "ParseExprFrom"
},
{
"name": "parser.tryIdentOrType"
},
{
"name": "parser.parsePrimaryExpr"
},
{
"name": "parser.parseUnaryExpr"
},
{
"name": "parser.parseBinaryExpr"
},
{
"name": "parser.parseIfStmt"
},
{
"name": "parser.parseStmt"
},
{
"name": "resolver.openScope"
},
{
"name": "resolver.closeScope"
}
],
"vendor": "Go standard library",
"versions": [
{
"lessThan": "1.17.12",
"status": "affected",
"version": "0",
"versionType": "semver"
},
{
"lessThan": "1.18.4",
"status": "affected",
"version": "1.18.0-0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Juho Nurminen of Mattermost"
}
],
"descriptions": [
{
"lang": "en",
"value": "Uncontrolled recursion in the Parse functions in go/parser before Go 1.17.12 and Go 1.18.4 allow an attacker to cause a panic due to stack exhaustion via deeply nested types or declarations."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-674: Uncontrolled Recursion",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2023-06-12T19:04:29.406Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://go.dev/cl/417063"
},
{
"url": "https://go.googlesource.com/go/+/695be961d57508da5a82217f7415200a11845879"
},
{
"url": "https://go.dev/issue/53616"
},
{
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
},
{
"url": "https://pkg.go.dev/vuln/GO-2022-0515"
}
],
"title": "Stack exhaustion due to deeply nested types in go/parser"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2022-1962",
"datePublished": "2022-08-09T20:18:18.000Z",
"dateReserved": "2022-05-31T00:00:00.000Z",
"dateUpdated": "2026-03-06T19:08:08.543Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2022-1962",
"date": "2026-05-31",
"epss": "5e-05",
"percentile": "0.00296"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2022-1962\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2022-08-10T20:15:26.250\",\"lastModified\":\"2026-03-06T20:16:09.373\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Uncontrolled recursion in the Parse functions in go/parser before Go 1.17.12 and Go 1.18.4 allow an attacker to cause a panic due to stack exhaustion via deeply nested types or declarations.\"},{\"lang\":\"es\",\"value\":\"Una recursi\u00f3n no controlada en las funciones Parse en go/parser versiones anteriores a Go 1.17.12 y Go 1.18.4, permite a un atacante causar un p\u00e1nico debido al agotamiento de la pila por medio de tipos o declaraciones profundamente anidados\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-674\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.17.12\",\"matchCriteriaId\":\"646881F6-A299-4D92-A1F3-E95959FA426F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.18.0\",\"versionEndExcluding\":\"1.18.4\",\"matchCriteriaId\":\"FE088A2D-7894-4A48-887C-36DD727A7BEB\"}]}]}],\"references\":[{\"url\":\"https://go.dev/cl/417063\",\"source\":\"security@golang.org\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://go.dev/issue/53616\",\"source\":\"security@golang.org\",\"tags\":[\"Exploit\",\"Issue Tracking\",\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://go.googlesource.com/go/+/695be961d57508da5a82217f7415200a11845879\",\"source\":\"security@golang.org\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE\",\"source\":\"security@golang.org\",\"tags\":[\"Release Notes\",\"Vendor Advisory\"]},{\"url\":\"https://pkg.go.dev/vuln/GO-2022-0515\",\"source\":\"security@golang.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://go.dev/cl/417063\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://go.dev/issue/53616\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Issue Tracking\",\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://go.googlesource.com/go/+/695be961d57508da5a82217f7415200a11845879\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\",\"Vendor Advisory\"]},{\"url\":\"https://pkg.go.dev/vuln/GO-2022-0515\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://go.dev/cl/417063\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://go.googlesource.com/go/+/695be961d57508da5a82217f7415200a11845879\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://go.dev/issue/53616\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://pkg.go.dev/vuln/GO-2022-0515\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-03T00:24:43.737Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 5.5, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2022-1962\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-02-24T19:32:02.875913Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-03-06T19:07:41.231Z\"}}], \"cna\": {\"title\": \"Stack exhaustion due to deeply nested types in go/parser\", \"credits\": [{\"lang\": \"en\", \"value\": \"Juho Nurminen of Mattermost\"}], \"affected\": [{\"vendor\": \"Go standard library\", \"product\": \"go/parser\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"1.17.12\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"1.18.0-0\", \"lessThan\": \"1.18.4\", \"versionType\": \"semver\"}], \"packageName\": \"go/parser\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"ParseFile\"}, {\"name\": \"ParseExprFrom\"}, {\"name\": \"parser.tryIdentOrType\"}, {\"name\": \"parser.parsePrimaryExpr\"}, {\"name\": \"parser.parseUnaryExpr\"}, {\"name\": \"parser.parseBinaryExpr\"}, {\"name\": \"parser.parseIfStmt\"}, {\"name\": \"parser.parseStmt\"}, {\"name\": \"resolver.openScope\"}, {\"name\": \"resolver.closeScope\"}]}], \"references\": [{\"url\": \"https://go.dev/cl/417063\"}, {\"url\": \"https://go.googlesource.com/go/+/695be961d57508da5a82217f7415200a11845879\"}, {\"url\": \"https://go.dev/issue/53616\"}, {\"url\": \"https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2022-0515\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Uncontrolled recursion in the Parse functions in go/parser before Go 1.17.12 and Go 1.18.4 allow an attacker to cause a panic due to stack exhaustion via deeply nested types or declarations.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-674: Uncontrolled Recursion\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2023-06-12T19:04:29.406Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2022-1962\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-03-06T19:08:08.543Z\", \"dateReserved\": \"2022-05-31T00:00:00.000Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2022-08-09T20:18:18.000Z\", \"assignerShortName\": \"Go\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2023:2802
Vulnerability from csaf_redhat - Published: 2023-05-16 08:59 - Updated: 2026-05-31 20:31A flaw was found in golang. The HTTP/1 client accepted invalid Transfer-Encoding headers indicating "chunked" encoding. This issue could allow request smuggling, but only if combined with an intermediate server that also improperly accepts the header as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
A flaw was found in the golang standard library, go/parser. When calling any Parse functions on the Go source code, which contains deeply nested types or declarations, a panic can occur due to stack exhaustion. This issue allows an attacker to impact system availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
An incorrect handling of the supplementary groups in the Podman container engine might lead to the sensitive information disclosure or possible data modification if an attacker has direct access to the affected container where supplementary groups are used to set access permissions and is able to execute a binary code in that container.
CWE-842 - Placement of User into Incorrect Group| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
A flaw was found in the golang package. In net/http in Go, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if a fatal error preempts the shutdown.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
A flaw was found in golang encoding/xml. When calling Decoder, Skip while parsing a deeply nested XML document, a panic can occur due to stack exhaustion and allows an attacker to impact system availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
A flaw was found in the golang standard library, io/fs. Calling Glob on a path that contains a large number of path separators can cause a panic issue due to stack exhaustion. This could allow an attacker to impact availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
A flaw was found in golang. Calling the Reader, Read method on an archive that contains a large number of concatenated 0-length compressed files can cause a panic issue due to stack exhaustion.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
A flaw was found in golang. Calling Glob on a path that contains a large number of path separators can cause a panic issue due to stack exhaustion. This can cause an attacker to impact availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
A flaw was found in golang. Calling Unmarshal on an XML document into a Go struct, which has a nested field that uses the "any" field tag, can cause a panic due to stack exhaustion.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
A flaw was found in golang. When calling Decoder, Decode on a message that contains deeply nested structures, a panic can occur due to stack exhaustion and allows an attacker to impact system availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
A flaw was found in net/http/httputil golang package. When httputil.ReverseProxy.ServeHTTP is called with a Request.Header map containing a nil value for the X-Forwarded-For header, ReverseProxy could set the client IP incorrectly. This issue may affect confidentiality.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
An uncontrolled resource consumption flaw was found in Golang math/big. A too-short encoded message can cause a panic in Float.GobDecode and Rat.GobDecode in math/big in Go, potentially allowing an attacker to create a denial of service, impacting availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the net/http library of the golang package. This flaw allows an attacker to cause excessive memory growth in a Go server accepting HTTP/2 requests. HTTP/2 server connections contain a cache of HTTP header keys sent by the client. While the total number of entries in this cache is capped, an attacker sending very large keys can cause the server to allocate approximately 64 MiB per open connection.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
A Time-of-check Time-of-use (TOCTOU) flaw was found in podman. This issue may allow a malicious user to replace a normal file in a volume with a symlink while exporting the volume, allowing for access to arbitrary files on the host file system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0 | — |
Vendor Fix
fix
|
{
"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 the container-tools:4.0 module is now available for Red Hat Enterprise Linux 8.\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 container-tools module contains tools for working with containers, notably podman, buildah, skopeo, and runc.\n\nSecurity Fix(es):\n\n* golang: net/http: improper sanitization of Transfer-Encoding header (CVE-2022-1705)\n\n* golang: go/parser: stack exhaustion in all Parse* functions (CVE-2022-1962)\n\n* golang: net/http: handle server errors after sending GOAWAY (CVE-2022-27664)\n\n* golang: encoding/xml: stack exhaustion in Decoder.Skip (CVE-2022-28131)\n\n* golang: io/fs: stack exhaustion in Glob (CVE-2022-30630)\n\n* golang: compress/gzip: stack exhaustion in Reader.Read (CVE-2022-30631)\n\n* golang: path/filepath: stack exhaustion in Glob (CVE-2022-30632)\n\n* golang: encoding/xml: stack exhaustion in Unmarshal (CVE-2022-30633)\n\n* golang: encoding/gob: stack exhaustion in Decoder.Decode (CVE-2022-30635)\n\n* golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working (CVE-2022-32148)\n\n* golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests (CVE-2022-41717)\n\n* podman: symlink exchange attack in podman export volume (CVE-2023-0778)\n\n* podman: possible information disclosure and modification (CVE-2022-2989)\n\n* golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service (CVE-2022-32189)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.8 Release Notes linked from 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-2023:2802",
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.8_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.8_release_notes/index"
},
{
"category": "external",
"summary": "2107342",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107342"
},
{
"category": "external",
"summary": "2107371",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107371"
},
{
"category": "external",
"summary": "2107374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107374"
},
{
"category": "external",
"summary": "2107376",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107376"
},
{
"category": "external",
"summary": "2107383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107383"
},
{
"category": "external",
"summary": "2107386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107386"
},
{
"category": "external",
"summary": "2107388",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107388"
},
{
"category": "external",
"summary": "2107390",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107390"
},
{
"category": "external",
"summary": "2107392",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107392"
},
{
"category": "external",
"summary": "2113814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814"
},
{
"category": "external",
"summary": "2115089",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2115089"
},
{
"category": "external",
"summary": "2121445",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2121445"
},
{
"category": "external",
"summary": "2124669",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669"
},
{
"category": "external",
"summary": "2129766",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2129766"
},
{
"category": "external",
"summary": "2152907",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2152907"
},
{
"category": "external",
"summary": "2161274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274"
},
{
"category": "external",
"summary": "2165610",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165610"
},
{
"category": "external",
"summary": "2165790",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165790"
},
{
"category": "external",
"summary": "2166906",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2166906"
},
{
"category": "external",
"summary": "2168256",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168256"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_2802.json"
}
],
"title": "Red Hat Security Advisory: container-tools:4.0 security and bug fix update",
"tracking": {
"current_release_date": "2026-05-31T20:31:17+00:00",
"generator": {
"date": "2026-05-31T20:31:17+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2023:2802",
"initial_release_date": "2023-05-16T08:59:44+00:00",
"revision_history": [
{
"date": "2023-05-16T08:59:44+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-05-16T08:59:44+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-31T20:31:17+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. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64 (container-tools:4.0)",
"product_id": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"product": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64 (container-tools:4.0)",
"product_id": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"product": {
"name": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64 (container-tools:4.0)",
"product_id": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-37.module%2Bel8.8.0%2B17954%2B9046de88?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"product": {
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64 (container-tools:4.0)",
"product_id": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"product": {
"name": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64 (container-tools:4.0)",
"product_id": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"product": {
"name": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64 (container-tools:4.0)",
"product_id": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"product": {
"name": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64 (container-tools:4.0)",
"product_id": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"product": {
"name": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64 (container-tools:4.0)",
"product_id": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"product": {
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64 (container-tools:4.0)",
"product_id": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-37.module%2Bel8.8.0%2B17954%2B9046de88?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.6-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.6-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.6-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"product": {
"name": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64 (container-tools:4.0)",
"product_id": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-37.module%2Bel8.8.0%2B17954%2B9046de88?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64 (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64 (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64 (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product": {
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0)",
"product_id": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product": {
"name": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0)",
"product_id": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product": {
"name": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0)",
"product_id": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product": {
"name": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0)",
"product_id": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product": {
"name": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0)",
"product_id": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product": {
"name": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0)",
"product_id": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0)",
"product_id": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product": {
"name": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0)",
"product_id": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product": {
"name": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0)",
"product_id": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product": {
"name": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0)",
"product_id": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product": {
"name": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0)",
"product_id": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product": {
"name": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0)",
"product_id": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0)",
"product_id": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"product": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64 (container-tools:4.0)",
"product_id": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64 (container-tools:4.0)",
"product_id": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=x86_64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"product": {
"name": "udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch (container-tools:4.0)",
"product_id": "udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=noarch\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"product": {
"name": "cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch (container-tools:4.0)",
"product_id": "cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@46-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=noarch\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"product": {
"name": "container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch (container-tools:4.0)",
"product_id": "container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.199.0-1.module%2Bel8.8.0%2B18113%2B8b5b6979?arch=noarch\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"product": {
"name": "podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch (container-tools:4.0)",
"product_id": "podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=noarch\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"product": {
"name": "python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch (container-tools:4.0)",
"product_id": "python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-podman@4.0.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=noarch\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product": {
"name": "udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0)",
"product_id": "udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=src\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"product": {
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src (container-tools:4.0)",
"product_id": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=src\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product": {
"name": "cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0)",
"product_id": "cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@46-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=src\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product": {
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0)",
"product_id": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=src\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"product": {
"name": "container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src (container-tools:4.0)",
"product_id": "container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.199.0-1.module%2Bel8.8.0%2B18113%2B8b5b6979?arch=src\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0)",
"product_id": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=src\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"product": {
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.src (container-tools:4.0)",
"product_id": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-37.module%2Bel8.8.0%2B17954%2B9046de88?arch=src\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product": {
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0)",
"product_id": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=src\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product": {
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0)",
"product_id": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.6-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=src\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0)",
"product_id": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=src\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0)",
"product_id": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=src\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=src\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"product": {
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src (container-tools:4.0)",
"product_id": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=src\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product": {
"name": "python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0)",
"product_id": "python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-podman@4.0.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=src\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product": {
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0)",
"product_id": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=src\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product": {
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0)",
"product_id": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=src\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product": {
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0)",
"product_id": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=src\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"product": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src (container-tools:4.0)",
"product_id": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=src\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"product": {
"name": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64 (container-tools:4.0)",
"product_id": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-37.module%2Bel8.8.0%2B17954%2B9046de88?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"product": {
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64 (container-tools:4.0)",
"product_id": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"product": {
"name": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64 (container-tools:4.0)",
"product_id": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"product": {
"name": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64 (container-tools:4.0)",
"product_id": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"product": {
"name": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64 (container-tools:4.0)",
"product_id": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"product": {
"name": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64 (container-tools:4.0)",
"product_id": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"product": {
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64 (container-tools:4.0)",
"product_id": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-37.module%2Bel8.8.0%2B17954%2B9046de88?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.6-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.6-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.6-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"product": {
"name": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64 (container-tools:4.0)",
"product_id": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-37.module%2Bel8.8.0%2B17954%2B9046de88?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64 (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64 (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64 (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product": {
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0)",
"product_id": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product": {
"name": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0)",
"product_id": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product": {
"name": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0)",
"product_id": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product": {
"name": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0)",
"product_id": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product": {
"name": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0)",
"product_id": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product": {
"name": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0)",
"product_id": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0)",
"product_id": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product": {
"name": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0)",
"product_id": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product": {
"name": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0)",
"product_id": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product": {
"name": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0)",
"product_id": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product": {
"name": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0)",
"product_id": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product": {
"name": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0)",
"product_id": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0)",
"product_id": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"product": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64 (container-tools:4.0)",
"product_id": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64 (container-tools:4.0)",
"product_id": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64 (container-tools:4.0)",
"product_id": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"product": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64 (container-tools:4.0)",
"product_id": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=aarch64\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"product": {
"name": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le (container-tools:4.0)",
"product_id": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-37.module%2Bel8.8.0%2B17954%2B9046de88?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"product": {
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le (container-tools:4.0)",
"product_id": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"product": {
"name": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le (container-tools:4.0)",
"product_id": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"product": {
"name": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le (container-tools:4.0)",
"product_id": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"product": {
"name": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le (container-tools:4.0)",
"product_id": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"product": {
"name": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le (container-tools:4.0)",
"product_id": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"product": {
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le (container-tools:4.0)",
"product_id": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-37.module%2Bel8.8.0%2B17954%2B9046de88?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.6-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.6-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.6-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"product": {
"name": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le (container-tools:4.0)",
"product_id": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-37.module%2Bel8.8.0%2B17954%2B9046de88?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product": {
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0)",
"product_id": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product": {
"name": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0)",
"product_id": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product": {
"name": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0)",
"product_id": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product": {
"name": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0)",
"product_id": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product": {
"name": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0)",
"product_id": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product": {
"name": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0)",
"product_id": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0)",
"product_id": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product": {
"name": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0)",
"product_id": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product": {
"name": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0)",
"product_id": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product": {
"name": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0)",
"product_id": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product": {
"name": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0)",
"product_id": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product": {
"name": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0)",
"product_id": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0)",
"product_id": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"product": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le (container-tools:4.0)",
"product_id": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le (container-tools:4.0)",
"product_id": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le (container-tools:4.0)",
"product_id": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"product": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le (container-tools:4.0)",
"product_id": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=ppc64le\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"product": {
"name": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x (container-tools:4.0)",
"product_id": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-37.module%2Bel8.8.0%2B17954%2B9046de88?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"product": {
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x (container-tools:4.0)",
"product_id": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"product": {
"name": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x (container-tools:4.0)",
"product_id": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"product": {
"name": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x (container-tools:4.0)",
"product_id": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"product": {
"name": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x (container-tools:4.0)",
"product_id": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"product": {
"name": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x (container-tools:4.0)",
"product_id": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.24.6-5.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"product": {
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x (container-tools:4.0)",
"product_id": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-37.module%2Bel8.8.0%2B17954%2B9046de88?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.6-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.6-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.6-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"product": {
"name": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x (container-tools:4.0)",
"product_id": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-37.module%2Bel8.8.0%2B17954%2B9046de88?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.5-2.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.5-2.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x (container-tools:4.0)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.5-2.module%2Bel8.8.0%2B18083%2Bcd85596b?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product": {
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0)",
"product_id": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product": {
"name": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0)",
"product_id": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product": {
"name": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0)",
"product_id": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product": {
"name": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0)",
"product_id": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product": {
"name": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0)",
"product_id": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product": {
"name": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0)",
"product_id": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0)",
"product_id": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product": {
"name": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0)",
"product_id": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product": {
"name": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0)",
"product_id": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product": {
"name": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0)",
"product_id": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product": {
"name": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0)",
"product_id": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product": {
"name": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0)",
"product_id": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.0.2-20.module%2Bel8.8.0%2B18201%2B6ad7332c?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.4-1.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.6.2-6.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0)",
"product_id": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-2.module%2Bel8.8.0%2B17821%2Bde1b53f1?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"product": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x (container-tools:4.0)",
"product_id": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x (container-tools:4.0)",
"product_id": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x (container-tools:4.0)",
"product_id": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"product": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x (container-tools:4.0)",
"product_id": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-7.module%2Bel8.8.0%2B18115%2B45021590?arch=s390x\u0026rpmmod=container-tools:4.0:8080020230217080101:8108cfbc"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0"
},
"product_reference": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0"
},
"product_reference": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0"
},
"product_reference": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0"
},
"product_reference": "aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0"
},
"product_reference": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0"
},
"product_reference": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0"
},
"product_reference": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0"
},
"product_reference": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0"
},
"product_reference": "buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0"
},
"product_reference": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0"
},
"product_reference": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0"
},
"product_reference": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0"
},
"product_reference": "buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0"
},
"product_reference": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0"
},
"product_reference": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0"
},
"product_reference": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0"
},
"product_reference": "buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0"
},
"product_reference": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0"
},
"product_reference": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0"
},
"product_reference": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0"
},
"product_reference": "buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0"
},
"product_reference": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0"
},
"product_reference": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0"
},
"product_reference": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0"
},
"product_reference": "buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0"
},
"product_reference": "cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
},
"product_reference": "cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0"
},
"product_reference": "container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0"
},
"product_reference": "container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0"
},
"product_reference": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0"
},
"product_reference": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0"
},
"product_reference": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0"
},
"product_reference": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0"
},
"product_reference": "containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
},
"product_reference": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
},
"product_reference": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0"
},
"product_reference": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0"
},
"product_reference": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0"
},
"product_reference": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0"
},
"product_reference": "netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0"
},
"product_reference": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0"
},
"product_reference": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0"
},
"product_reference": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0"
},
"product_reference": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0"
},
"product_reference": "podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0"
},
"product_reference": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0"
},
"product_reference": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0"
},
"product_reference": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0"
},
"product_reference": "podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0"
},
"product_reference": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0"
},
"product_reference": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0"
},
"product_reference": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0"
},
"product_reference": "podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0"
},
"product_reference": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0"
},
"product_reference": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0"
},
"product_reference": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0"
},
"product_reference": "podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0"
},
"product_reference": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0"
},
"product_reference": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0"
},
"product_reference": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0"
},
"product_reference": "podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0"
},
"product_reference": "podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0"
},
"product_reference": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0"
},
"product_reference": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0"
},
"product_reference": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0"
},
"product_reference": "podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0"
},
"product_reference": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0"
},
"product_reference": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0"
},
"product_reference": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0"
},
"product_reference": "podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0"
},
"product_reference": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0"
},
"product_reference": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0"
},
"product_reference": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0"
},
"product_reference": "podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0"
},
"product_reference": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0"
},
"product_reference": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0"
},
"product_reference": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0"
},
"product_reference": "podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0"
},
"product_reference": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0"
},
"product_reference": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0"
},
"product_reference": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0"
},
"product_reference": "podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0"
},
"product_reference": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0"
},
"product_reference": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0"
},
"product_reference": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0"
},
"product_reference": "podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
},
"product_reference": "python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0"
},
"product_reference": "python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
},
"product_reference": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
},
"product_reference": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
},
"product_reference": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0"
},
"product_reference": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0"
},
"product_reference": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0"
},
"product_reference": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64 (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0"
},
"product_reference": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0"
},
"product_reference": "udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src (container-tools:4.0) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
},
"product_reference": "udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"relates_to_product_reference": "AppStream-8.8.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-1705",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107374"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. The HTTP/1 client accepted invalid Transfer-Encoding headers indicating \"chunked\" encoding. This issue could allow request smuggling, but only if combined with an intermediate server that also improperly accepts the header as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: improper sanitization of Transfer-Encoding header",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1705"
},
{
"category": "external",
"summary": "RHBZ#2107374",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107374"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1705",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1705"
},
{
"category": "external",
"summary": "https://go.dev/issue/53188",
"url": "https://go.dev/issue/53188"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:59: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-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: improper sanitization of Transfer-Encoding header"
},
{
"cve": "CVE-2022-1962",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107376"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang standard library, go/parser. When calling any Parse functions on the Go source code, which contains deeply nested types or declarations, a panic can occur due to stack exhaustion. This issue allows an attacker to impact system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: go/parser: stack exhaustion in all Parse* functions",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1962"
},
{
"category": "external",
"summary": "RHBZ#2107376",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107376"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1962",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1962"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1962",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1962"
},
{
"category": "external",
"summary": "https://go.dev/issue/53616",
"url": "https://go.dev/issue/53616"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:59: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-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: go/parser: stack exhaustion in all Parse* functions"
},
{
"acknowledgments": [
{
"names": [
"Steven Murdoch"
]
}
],
"cve": "CVE-2022-2989",
"cwe": {
"id": "CWE-842",
"name": "Placement of User into Incorrect Group"
},
"discovery_date": "2022-08-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2121445"
}
],
"notes": [
{
"category": "description",
"text": "An incorrect handling of the supplementary groups in the Podman container engine might lead to the sensitive information disclosure or possible data modification if an attacker has direct access to the affected container where supplementary groups are used to set access permissions and is able to execute a binary code in that container.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "podman: possible information disclosure and modification",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-2989"
},
{
"category": "external",
"summary": "RHBZ#2121445",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2121445"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-2989",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2989"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2989",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2989"
},
{
"category": "external",
"summary": "https://www.benthamsgaze.org/2022/08/22/vulnerability-in-linux-containers-investigation-and-mitigation/",
"url": "https://www.benthamsgaze.org/2022/08/22/vulnerability-in-linux-containers-investigation-and-mitigation/"
}
],
"release_date": "2022-08-22T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:59: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-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.6,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "podman: possible information disclosure and modification"
},
{
"cve": "CVE-2022-27664",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-09-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2124669"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang package. In net/http in Go, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if a fatal error preempts the shutdown.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: handle server errors after sending GOAWAY",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The opportunity for a Denial of Service is limited to the golang runtime. In the case of OpenShift Container Platform, this would be restricted within each individual container. There are multiple layers of guide rails (Golang\u2019s Garbage Collector; OpenShift\u2019s resource constraints imposed at the container and cluster levels) which would require a malicious user to continue submitting attacks for there to be any enduring impact. They would also need access to external server resources to be able to send a massive volume of requests to cause a significant impact on server operations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-27664"
},
{
"category": "external",
"summary": "RHBZ#2124669",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2124669"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-27664",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27664"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-27664"
},
{
"category": "external",
"summary": "https://go.dev/issue/54658",
"url": "https://go.dev/issue/54658"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ",
"url": "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ"
}
],
"release_date": "2022-09-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:59: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-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: handle server errors after sending GOAWAY"
},
{
"cve": "CVE-2022-28131",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107390"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang encoding/xml. When calling Decoder, Skip while parsing a deeply nested XML document, a panic can occur due to stack exhaustion and allows an attacker to impact system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: encoding/xml: stack exhaustion in Decoder.Skip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability exists in the calling of the function decoder.skip to a deeply nested XML document. Although the vulnerability exists, it may require that the application accept deeply nested XML from untrusted sources and specifically calls Decoder.Skip on it. In many deployments, that code path might not even be reachable or exposed to external input. On top of that, a successful exploitation will only result in denial of service due to stack exhaustion, which is why this has been marked as moderate by Red Hat.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-28131"
},
{
"category": "external",
"summary": "RHBZ#2107390",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107390"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28131",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28131"
},
{
"category": "external",
"summary": "https://go.dev/issue/53614",
"url": "https://go.dev/issue/53614"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:59: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-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: encoding/xml: stack exhaustion in Decoder.Skip"
},
{
"cve": "CVE-2022-30630",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107371"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang standard library, io/fs. Calling Glob on a path that contains a large number of path separators can cause a panic issue due to stack exhaustion. This could allow an attacker to impact availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: io/fs: stack exhaustion in Glob",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "RH ProdSec has set the Impact of this vulnerability to Moderate as there is no known method to execute arbitary code. Successful exploitation of this bug can cause the application under attack to panic, merely causing a Denial of Service at the application level. As the kernel is unaffected by this bug, the user can merely relaunch the application to fix the problem. Also, if somehow the application keeps relaunching, the timer watchdogs in the default RHEL kernel will stop the attack in its tracks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30630"
},
{
"category": "external",
"summary": "RHBZ#2107371",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107371"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30630",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30630"
},
{
"category": "external",
"summary": "https://go.dev/issue/53415",
"url": "https://go.dev/issue/53415"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:59: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-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: io/fs: stack exhaustion in Glob"
},
{
"cve": "CVE-2022-30631",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107342"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Calling the Reader, Read method on an archive that contains a large number of concatenated 0-length compressed files can cause a panic issue due to stack exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: compress/gzip: stack exhaustion in Reader.Read",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit CVE-2022-30631, an attacker supplies a specially crafted gzip archive to a Go application that uses a vulnerable version of the compress/gzip package without adequate input validation. This can lead to uncontrolled recursion, resulting in stack exhaustion and causing the application to panic, thereby affecting its availability.\n\nAs this is merely a DoS and there is no known way to control the instruction pointer, RH ProdSec has set the impact of this vulnerabilty to \"Moderate\".",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30631"
},
{
"category": "external",
"summary": "RHBZ#2107342",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107342"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30631",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30631"
},
{
"category": "external",
"summary": "https://go.dev/issue/53168",
"url": "https://go.dev/issue/53168"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:59: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-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: compress/gzip: stack exhaustion in Reader.Read"
},
{
"cve": "CVE-2022-30632",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107386"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Calling Glob on a path that contains a large number of path separators can cause a panic issue due to stack exhaustion. This can cause an attacker to impact availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: path/filepath: stack exhaustion in Glob",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The exploitation of this flaw will only result in a denial of service of the application via the application crashing which is why this has been rated as moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30632"
},
{
"category": "external",
"summary": "RHBZ#2107386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107386"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30632",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30632"
},
{
"category": "external",
"summary": "https://go.dev/issue/53416",
"url": "https://go.dev/issue/53416"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:59: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-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: path/filepath: stack exhaustion in Glob"
},
{
"cve": "CVE-2022-30633",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107392"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. Calling Unmarshal on an XML document into a Go struct, which has a nested field that uses the \"any\" field tag, can cause a panic due to stack exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: encoding/xml: stack exhaustion in Unmarshal",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat has marked this as moderate impact for two primary reasons\n1. Though the vulnerability exists, it is hard to exploit in real scenarios (e.g., the attacker must be able to feed crafted XML documents into specific code paths).\n2. The vulnerability is a denial of service (DoS) due to stack exhaustion rather than code execution or data breach. Since it doesn\u2019t compromise confidentiality or integrity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30633"
},
{
"category": "external",
"summary": "RHBZ#2107392",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107392"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30633",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30633"
},
{
"category": "external",
"summary": "https://go.dev/issue/53611",
"url": "https://go.dev/issue/53611"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:59: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-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: encoding/xml: stack exhaustion in Unmarshal"
},
{
"cve": "CVE-2022-30635",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107388"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. When calling Decoder, Decode on a message that contains deeply nested structures, a panic can occur due to stack exhaustion and allows an attacker to impact system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: encoding/gob: stack exhaustion in Decoder.Decode",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "OpenShift Container Platform (OCP) starting from 4.10 stream is already compiled in the patched version of Go, hence is not affected by this vulnerability.The vulnerability has been rated as moderate instead of high because the vulnerability can only result in a minor denial of service.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30635"
},
{
"category": "external",
"summary": "RHBZ#2107388",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107388"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30635",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30635"
},
{
"category": "external",
"summary": "https://go.dev/issue/53615",
"url": "https://go.dev/issue/53615"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:59: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-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: encoding/gob: stack exhaustion in Decoder.Decode"
},
{
"cve": "CVE-2022-32148",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107383"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in net/http/httputil golang package. When httputil.ReverseProxy.ServeHTTP is called with a Request.Header map containing a nil value for the X-Forwarded-For header, ReverseProxy could set the client IP incorrectly. This issue may affect confidentiality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-32148"
},
{
"category": "external",
"summary": "RHBZ#2107383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107383"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32148",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32148"
},
{
"category": "external",
"summary": "https://go.dev/issue/53423",
"url": "https://go.dev/issue/53423"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:59: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-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working"
},
{
"cve": "CVE-2022-32189",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-08-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2113814"
}
],
"notes": [
{
"category": "description",
"text": "An uncontrolled resource consumption flaw was found in Golang math/big. A too-short encoded message can cause a panic in Float.GobDecode and Rat.GobDecode in math/big in Go, potentially allowing an attacker to create a denial of service, impacting availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw stems from a particular and specific method (GoBDecode) which isn\u0027t commonly used. There are few components within Red Hat offerings which call this function. In rare cases where this method is called, the component limits possible damage or it is not possible to be triggered by an attacker. For these combined reasons the impact has been downgraded to Low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-32189"
},
{
"category": "external",
"summary": "RHBZ#2113814",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2113814"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-32189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32189"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-32189",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-32189"
},
{
"category": "external",
"summary": "https://go.dev/issue/53871",
"url": "https://go.dev/issue/53871"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-nuts/c/DCFSyTGM0wU",
"url": "https://groups.google.com/g/golang-nuts/c/DCFSyTGM0wU"
}
],
"release_date": "2022-08-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:59: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-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "golang: math/big: decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service"
},
{
"cve": "CVE-2022-41717",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2023-01-16T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2161274"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/http library of the golang package. This flaw allows an attacker to cause excessive memory growth in a Go server accepting HTTP/2 requests. HTTP/2 server connections contain a cache of HTTP header keys sent by the client. While the total number of entries in this cache is capped, an attacker sending very large keys can cause the server to allocate approximately 64 MiB per open connection.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within Red Hat OpenShift Container Platform, the grafana container is listed as will not fix. Since OCP 4.10, Grafana itself is not shipped and the Grafana web server is protected behind an OAuth proxy server.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-41717"
},
{
"category": "external",
"summary": "RHBZ#2161274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2161274"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41717"
},
{
"category": "external",
"summary": "https://go.dev/cl/455635",
"url": "https://go.dev/cl/455635"
},
{
"category": "external",
"summary": "https://go.dev/cl/455717",
"url": "https://go.dev/cl/455717"
},
{
"category": "external",
"summary": "https://go.dev/issue/56350",
"url": "https://go.dev/issue/56350"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ",
"url": "https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU/m/yZDrXjIiBQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2022-1144",
"url": "https://pkg.go.dev/vuln/GO-2022-1144"
}
],
"release_date": "2022-11-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:59: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-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: excessive memory growth in a Go server accepting HTTP/2 requests"
},
{
"acknowledgments": [
{
"names": [
"Zhi Li"
],
"organization": "Huazhong University of Science and Technology"
},
{
"names": [
"Weijie Liu",
"Hongliang Tian"
],
"organization": "Ant Group"
},
{
"names": [
"XiaoFeng Wang"
],
"organization": "Indiana University Bloomington"
}
],
"cve": "CVE-2023-0778",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2023-02-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2168256"
}
],
"notes": [
{
"category": "description",
"text": "A Time-of-check Time-of-use (TOCTOU) flaw was found in podman. This issue may allow a malicious user to replace a normal file in a volume with a symlink while exporting the volume, allowing for access to arbitrary files on the host file system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "podman: symlink exchange attack in podman export volume",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-0778"
},
{
"category": "external",
"summary": "RHBZ#2168256",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168256"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-0778",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0778"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0778",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0778"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-qwqv-rqgf-8qh8",
"url": "https://github.com/advisories/GHSA-qwqv-rqgf-8qh8"
}
],
"release_date": "2023-02-15T15:56:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-16T08:59: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-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:aardvark-dns-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-debugsource-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:buildah-tests-debuginfo-1:1.24.6-5.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:cockpit-podman-0:46-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debuginfo-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:conmon-debugsource-2:2.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:container-selinux-2:2.199.0-1.module+el8.8.0+18113+8b5b6979.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debuginfo-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containernetworking-plugins-debugsource-1:1.1.1-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.src::container-tools:4.0",
"AppStream-8.8.0.GA:containers-common-2:1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crit-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-debugsource-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-devel-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:criu-libs-debuginfo-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:crun-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debuginfo-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:crun-debugsource-0:1.6-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:fuse-overlayfs-debugsource-0:1.9-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:libslirp-devel-0:4.4.0-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:netavark-2:1.0.1-37.module+el8.8.0+17954+9046de88.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.src::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debuginfo-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:oci-seccomp-bpf-hook-debugsource-0:1.2.5-2.module+el8.8.0+18083+cd85596b.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.src::container-tools:4.0",
"AppStream-8.8.0.GA:podman-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-catatonit-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-debugsource-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-docker-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-gvproxy-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-plugins-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-remote-debuginfo-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:podman-tests-2:4.0.2-20.module+el8.8.0+18201+6ad7332c.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:python3-criu-0:3.15-3.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:python3-podman-0:4.0.0-1.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:runc-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debuginfo-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:runc-debugsource-1:1.1.4-1.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debuginfo-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-debugsource-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:skopeo-tests-2:1.6.2-6.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debuginfo-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:slirp4netns-debugsource-0:1.1.8-2.module+el8.8.0+17821+de1b53f1.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.src::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.aarch64::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.ppc64le::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.s390x::container-tools:4.0",
"AppStream-8.8.0.GA:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+18115+45021590.x86_64::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.noarch::container-tools:4.0",
"AppStream-8.8.0.GA:udica-0:0.2.6-3.module+el8.8.0+17821+de1b53f1.src::container-tools:4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "podman: symlink exchange attack in podman export volume"
}
]
}
RHSA-2024:0778
Vulnerability from csaf_redhat - Published: 2024-02-12 10:38 - Updated: 2026-05-14 22:33PKCE support is not implemented in accordance with the RFC for OAuth 2.0 for Native Apps. Without the use of PKCE, the authorization code returned by an authorization server is not enough to guarantee that the client that issued the initial authorization request is the one that will be authorized. An attacker is able to obtain the authorization code using a malicious app on the client-side and use it to gain authorization to the protected resource. This affects the package com.google.oauth-client:google-oauth-client before 1.31.0.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch | — | ||
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src | — |
A flaw was found in maven. Repositories that are defined in a dependency’s Project Object Model (pom), which may be unknown to users, are used by default resulting in potential risk if a malicious actor takes over that repository or is able to insert themselves into a position to pretend to be that repository. The highest threat from this vulnerability is to data confidentiality and integrity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src | — |
Workaround
|
A flaw was found in the golang standard library, go/parser. When calling any Parse functions on the Go source code, which contains deeply nested types or declarations, a panic can occur due to stack exhaustion. This issue allows an attacker to impact system availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch | — | ||
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src | — |
A flaw was found in the org.yaml.snakeyaml package. This flaw allows an attacker to cause a denial of service (DoS) due to missing nested depth limitation for collections.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch | — | ||
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src | — |
A flaw was found in the maven-shared-utils package. This issue allows a Command Injection due to improper escaping, allowing a shell injection attack.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch | — | ||
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src | — |
A flaw was found in Apache Commons Text packages 1.5 through 1.9. The affected versions allow an attacker to benefit from a variable interpolation process contained in Apache Commons Text, which can cause properties to be dynamically defined. Server applications are vulnerable to remote code execution (RCE) and unintentional contact with untrusted remote servers.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src | — |
Workaround
|
A flaw was found in Guava. The methodology for temporary directories and files can allow other local users or apps with accordant permissions to access the temp files, possibly leading to information exposure or tampering in the files created in the directory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src | — |
Vendor Fix
fix
Workaround
|
A flaw found was found in Spring Framework. This flaw allows a malicious user to use a specially crafted SpEL expression that causes a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch | — | ||
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src | — |
A flaw was found in Spring Security. In affected versions of Spring Security, the logout support does not properly clean the security context if using serialized versions. Additionally, it is not possible to explicitly save an empty security context to the HttpSessionSecurityContextRepository. This vulnerability can keep users authenticated even after they performed logout.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch | — | ||
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src | — |
A flaw was found in the script-security Jenkins Plugin. In affected versions of the script-security plugin, property assignments performed implicitly by the Groovy language runtime when invoking map constructors were not intercepted by the sandbox. This vulnerability allows attackers with permission to define and run sandboxed scripts, including Pipelines, to bypass the sandbox protection and execute arbitrary code in the context of the Jenkins controller JVM.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch | — | ||
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src | — |
A flaw was found in the Jenkins JUnit plugin. The affected versions of the JUnit Plugin do not escape test case class names in JavaScript expressions, resulting in a stored cross-site scripting (XSS) vulnerability. This may allow an attacker to control test case class names in the JUnit resources processed by the plugin.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch | — | ||
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src | — |
A flaw was found in the Jenkins pipeline-build-step plugin. Affected versions of the pipeline-build-step plugin do not escape job names in a JavaScript expression used in the Pipeline Snippet Generator. This can result in a stored cross-site scripting (XSS) vulnerability that may allow attackers to control job names.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch | — | ||
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src | — |
A flaw was found in the jetty-server package. A servlet with multipart support could get an OutOfMemorryError when the client sends a part that has a name but no filename and substantial content. This flaw allows a malicious user to jeopardize the environment by leaving the JVM in an unreliable state.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch | — | ||
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src | — |
A flaw was found in the jetty-server package. Nonstandard cookie parsing in Jetty may allow an attacker to smuggle cookies within other cookies or otherwise perform unintended behavior by tampering with the cookie parsing mechanism.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch | — | ||
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src | — |
A flaw was found in Jenkins. When triggering a build from the Jenkins CLI, Jenkins creates a temporary file on the controller if a file parameter is provided through the CLI’s standard input. Affected versions of Jenkins create this temporary file in the default temporary directory with the default permissions for newly created files. If these permissions are overly permissive, they may allow attackers with access to the Jenkins controller file system to read and write the file before it is used in the build.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch | — | ||
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src | — |
A flaw was found in Jenkins. The affected version of Jenkins prints an error stack trace on agent-related pages when agent connections are broken. This stack trace may contain information about Jenkins configuration that is otherwise inaccessible to attackers.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch | — | ||
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src | — |
A flaw was found in the Jenkins OpenShift Login Plugin. Affected versions of this plugin could allow a remote attacker to conduct phishing attacks caused by an open redirect vulnerability. An attacker can use a specially crafted URL to redirect a victim to arbitrary web sites.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch | — | ||
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src | — |
A flaw was found in Jetty that permits a plus sign (+) preceding the content-length value in a HTTP/1 header field, which is non-standard and more permissive than RFC. This issue could allow an attacker to request smuggling in conjunction with a server that does not close connections after 400 responses.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch | — | ||
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src | — |
A flaw was found in the Jenkins Folders plugin. Affected versions of this plugin allow attackers to copy a view inside a folder.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch | — | ||
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src | — |
A flaw was found in the Jenkins Folders plugin. Affected versions of this plugin display an error message that includes an absolute path of a log file when attempting to access the Scan Organization Folder Log if no logs are available. This flaw exposes information about the Jenkins controller file system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch | — | ||
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src | — |
A flaw was found in the Config File Provider Jenkins Plugin. Affected versions of this plugin do not mask (replace with asterisks) credentials specified in configuration files when they're written to the build log.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch | — | ||
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src | — |
A flaw was found in the blueocean Jenkins plugin. Affected versions of this plugin allow attackers to connect to an attacker-specified URL, capturing GitHub credentials associated with an attacker-specified job.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch | — | ||
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src | — |
A flaw was found in Jenkins, which uses the args4j library to parse command arguments and options on the Jenkins controller when processing CLI commands. This command parser has a feature that replaces the "@" character followed by a file path in an argument with the file’s contents (expandAtFiles). This feature is enabled by default; Jenkins 2.441 and earlier as well as LTS 2.426.2 and earlier do not disable it.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src | — |
Workaround
|
A flaw was found in Jenkins where websocket access to the CLI does not perform origin validation of requests when they are made through the websocket endpoint.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch | — | ||
| Unresolved product id: 8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src | — |
{
"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 Jenkins and Jenkins-2-plugins is now available for OpenShift Developer Tools and Services for OCP 4.12.\n\nRed Hat Product Security has rated this update as having a security impact of Critical. 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": "Jenkins is a continuous integration server that monitors executions of repeated jobs, such as building a software project or jobs run by cron.\n\nSecurity Fix(es):\n\n* apache-commons-text: variable interpolation RCE (CVE-2022-42889)\n\n* google-oauth-client: missing PKCE support in accordance with the RFC for OAuth 2.0 for Native Apps can lead to improper authorization (CVE-2020-7692)\n\n* maven: Block repositories using http by default (CVE-2021-26291)\n\n* snakeyaml: Denial of Service due to missing nested depth limitation for collections (CVE-2022-25857)\n\n* maven-shared-utils: Command injection via Commandline class (CVE-2022-29599)\n\n* jenkins-2-plugins/script-security: Sandbox bypass vulnerability in Script Security Plugin (CVE-2023-24422)\n\n* jenkins: Arbitrary file read vulnerability through the CLI can lead to RCE (CVE-2024-23897)\n\n* jenkins: cross-site WebSocket hijacking (CVE-2024-23898)\n\n* golang: go/parser: stack exhaustion in all Parse* functions (CVE-2022-1962)\n\n* guava: insecure temporary directory creation (CVE-2023-2976)\n\n* springframework: Spring Expression DoS Vulnerability (CVE-2023-20861)\n\n* spring-security: Empty SecurityContext Is Not Properly Saved Upon Logout (CVE-2023-20862)\n\n* jenkins-2-plugins/JUnit: Stored XSS vulnerability in JUnit Plugin (CVE-2023-25761)\n\n* jenkins-2-plugins/pipeline-build-step: Stored XSS vulnerability in Pipeline: Build Step Plugin (CVE-2023-25762)\n\n* jetty-server: OutOfMemoryError for large multipart without filename read via request.getParameter() (CVE-2023-26048)\n\n* jetty-server: Cookie parsing of quoted values can exfiltrate values from other cookies (CVE-2023-26049)\n\n* Jenkins: Open redirect vulnerability in OpenShift Login Plugin (CVE-2023-37947)\n\n* jetty: Improper validation of HTTP/1 content-length (CVE-2023-40167)\n\n* jenkins-plugins: cloudbees-folder: CSRF vulnerability in Folders Plugin (CVE-2023-40337)\n\n* jenkins-plugins: cloudbees-folder: Information disclosure in Folders Plugin (CVE-2023-40338)\n\n* jenkins-plugins: config-file-provider: Improper masking of credentials in Config File Provider Plugin (CVE-2023-40339)\n\n* jenkins-plugins: blueocean: CSRF vulnerability in Blue Ocean Plugin allows capturing credentials (CVE-2023-40341)\n\n* Jenkins: Temporary file parameter created with insecure permissions (CVE-2023-27903)\n\n* Jenkins: Information disclosure through error stack traces related to agents (CVE-2023-27904)\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-2024:0778",
"url": "https://access.redhat.com/errata/RHSA-2024:0778"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "1856376",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1856376"
},
{
"category": "external",
"summary": "1955739",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1955739"
},
{
"category": "external",
"summary": "2066479",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066479"
},
{
"category": "external",
"summary": "2107376",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107376"
},
{
"category": "external",
"summary": "2126789",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126789"
},
{
"category": "external",
"summary": "2135435",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135435"
},
{
"category": "external",
"summary": "2164278",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164278"
},
{
"category": "external",
"summary": "2170039",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170039"
},
{
"category": "external",
"summary": "2170041",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170041"
},
{
"category": "external",
"summary": "2177632",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177632"
},
{
"category": "external",
"summary": "2177634",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177634"
},
{
"category": "external",
"summary": "2180530",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180530"
},
{
"category": "external",
"summary": "2215229",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2215229"
},
{
"category": "external",
"summary": "2222710",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222710"
},
{
"category": "external",
"summary": "2227788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2227788"
},
{
"category": "external",
"summary": "2232422",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2232422"
},
{
"category": "external",
"summary": "2232423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2232423"
},
{
"category": "external",
"summary": "2232425",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2232425"
},
{
"category": "external",
"summary": "2232426",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2232426"
},
{
"category": "external",
"summary": "2236340",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2236340"
},
{
"category": "external",
"summary": "2236341",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2236341"
},
{
"category": "external",
"summary": "2239634",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239634"
},
{
"category": "external",
"summary": "2260180",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2260180"
},
{
"category": "external",
"summary": "2260182",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2260182"
},
{
"category": "external",
"summary": "JKNS-271",
"url": "https://issues.redhat.com/browse/JKNS-271"
},
{
"category": "external",
"summary": "JKNS-289",
"url": "https://issues.redhat.com/browse/JKNS-289"
},
{
"category": "external",
"summary": "OCPBUGS-10976",
"url": "https://issues.redhat.com/browse/OCPBUGS-10976"
},
{
"category": "external",
"summary": "OCPBUGS-11158",
"url": "https://issues.redhat.com/browse/OCPBUGS-11158"
},
{
"category": "external",
"summary": "OCPBUGS-11348",
"url": "https://issues.redhat.com/browse/OCPBUGS-11348"
},
{
"category": "external",
"summary": "OCPBUGS-1357",
"url": "https://issues.redhat.com/browse/OCPBUGS-1357"
},
{
"category": "external",
"summary": "OCPBUGS-13652",
"url": "https://issues.redhat.com/browse/OCPBUGS-13652"
},
{
"category": "external",
"summary": "OCPBUGS-13901",
"url": "https://issues.redhat.com/browse/OCPBUGS-13901"
},
{
"category": "external",
"summary": "OCPBUGS-14113",
"url": "https://issues.redhat.com/browse/OCPBUGS-14113"
},
{
"category": "external",
"summary": "OCPBUGS-14393",
"url": "https://issues.redhat.com/browse/OCPBUGS-14393"
},
{
"category": "external",
"summary": "OCPBUGS-14642",
"url": "https://issues.redhat.com/browse/OCPBUGS-14642"
},
{
"category": "external",
"summary": "OCPBUGS-15648",
"url": "https://issues.redhat.com/browse/OCPBUGS-15648"
},
{
"category": "external",
"summary": "OCPBUGS-1709",
"url": "https://issues.redhat.com/browse/OCPBUGS-1709"
},
{
"category": "external",
"summary": "OCPBUGS-1942",
"url": "https://issues.redhat.com/browse/OCPBUGS-1942"
},
{
"category": "external",
"summary": "OCPBUGS-2099",
"url": "https://issues.redhat.com/browse/OCPBUGS-2099"
},
{
"category": "external",
"summary": "OCPBUGS-2184",
"url": "https://issues.redhat.com/browse/OCPBUGS-2184"
},
{
"category": "external",
"summary": "OCPBUGS-2318",
"url": "https://issues.redhat.com/browse/OCPBUGS-2318"
},
{
"category": "external",
"summary": "OCPBUGS-27391",
"url": "https://issues.redhat.com/browse/OCPBUGS-27391"
},
{
"category": "external",
"summary": "OCPBUGS-3692",
"url": "https://issues.redhat.com/browse/OCPBUGS-3692"
},
{
"category": "external",
"summary": "OCPBUGS-4819",
"url": "https://issues.redhat.com/browse/OCPBUGS-4819"
},
{
"category": "external",
"summary": "OCPBUGS-4833",
"url": "https://issues.redhat.com/browse/OCPBUGS-4833"
},
{
"category": "external",
"summary": "OCPBUGS-655",
"url": "https://issues.redhat.com/browse/OCPBUGS-655"
},
{
"category": "external",
"summary": "OCPBUGS-6632",
"url": "https://issues.redhat.com/browse/OCPBUGS-6632"
},
{
"category": "external",
"summary": "OCPBUGS-6982",
"url": "https://issues.redhat.com/browse/OCPBUGS-6982"
},
{
"category": "external",
"summary": "OCPBUGS-7016",
"url": "https://issues.redhat.com/browse/OCPBUGS-7016"
},
{
"category": "external",
"summary": "OCPBUGS-7050",
"url": "https://issues.redhat.com/browse/OCPBUGS-7050"
},
{
"category": "external",
"summary": "OCPBUGS-710",
"url": "https://issues.redhat.com/browse/OCPBUGS-710"
},
{
"category": "external",
"summary": "OCPBUGS-8420",
"url": "https://issues.redhat.com/browse/OCPBUGS-8420"
},
{
"category": "external",
"summary": "OCPBUGS-8497",
"url": "https://issues.redhat.com/browse/OCPBUGS-8497"
},
{
"category": "external",
"summary": "OCPTOOLS-246",
"url": "https://issues.redhat.com/browse/OCPTOOLS-246"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_0778.json"
}
],
"title": "Red Hat Security Advisory: Jenkins and Jenkins-2-plugins security update",
"tracking": {
"current_release_date": "2026-05-14T22:33:05+00:00",
"generator": {
"date": "2026-05-14T22:33:05+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.0"
}
},
"id": "RHSA-2024:0778",
"initial_release_date": "2024-02-12T10:38:58+00:00",
"revision_history": [
{
"date": "2024-02-12T10:38:58+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-02-12T10:38:58+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-14T22:33:05+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "OpenShift Developer Tools and Services for OCP 4.12",
"product": {
"name": "OpenShift Developer Tools and Services for OCP 4.12",
"product_id": "8Base-OCP-Tools-4.12",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ocp_tools:4.12::el8"
}
}
}
],
"category": "product_family",
"name": "OpenShift Developer Tools and Services"
},
{
"branches": [
{
"category": "product_version",
"name": "jenkins-0:2.426.3.1706515686-3.el8.src",
"product": {
"name": "jenkins-0:2.426.3.1706515686-3.el8.src",
"product_id": "jenkins-0:2.426.3.1706515686-3.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jenkins@2.426.3.1706515686-3.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "jenkins-2-plugins-0:4.12.1706515741-1.el8.src",
"product": {
"name": "jenkins-2-plugins-0:4.12.1706515741-1.el8.src",
"product_id": "jenkins-2-plugins-0:4.12.1706515741-1.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jenkins-2-plugins@4.12.1706515741-1.el8?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "jenkins-0:2.426.3.1706515686-3.el8.noarch",
"product": {
"name": "jenkins-0:2.426.3.1706515686-3.el8.noarch",
"product_id": "jenkins-0:2.426.3.1706515686-3.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jenkins@2.426.3.1706515686-3.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"product": {
"name": "jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"product_id": "jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/jenkins-2-plugins@4.12.1706515741-1.el8?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "jenkins-0:2.426.3.1706515686-3.el8.noarch as a component of OpenShift Developer Tools and Services for OCP 4.12",
"product_id": "8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch"
},
"product_reference": "jenkins-0:2.426.3.1706515686-3.el8.noarch",
"relates_to_product_reference": "8Base-OCP-Tools-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jenkins-0:2.426.3.1706515686-3.el8.src as a component of OpenShift Developer Tools and Services for OCP 4.12",
"product_id": "8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
},
"product_reference": "jenkins-0:2.426.3.1706515686-3.el8.src",
"relates_to_product_reference": "8Base-OCP-Tools-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch as a component of OpenShift Developer Tools and Services for OCP 4.12",
"product_id": "8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch"
},
"product_reference": "jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"relates_to_product_reference": "8Base-OCP-Tools-4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "jenkins-2-plugins-0:4.12.1706515741-1.el8.src as a component of OpenShift Developer Tools and Services for OCP 4.12",
"product_id": "8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
},
"product_reference": "jenkins-2-plugins-0:4.12.1706515741-1.el8.src",
"relates_to_product_reference": "8Base-OCP-Tools-4.12"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2020-7692",
"cwe": {
"id": "CWE-306",
"name": "Missing Authentication for Critical Function"
},
"discovery_date": "2020-07-09T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1856376"
}
],
"notes": [
{
"category": "description",
"text": "PKCE support is not implemented in accordance with the RFC for OAuth 2.0 for Native Apps. Without the use of PKCE, the authorization code returned by an authorization server is not enough to guarantee that the client that issued the initial authorization request is the one that will be authorized. An attacker is able to obtain the authorization code using a malicious app on the client-side and use it to gain authorization to the protected resource. This affects the package com.google.oauth-client:google-oauth-client before 1.31.0.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "google-oauth-client: missing PKCE support in accordance with the RFC for OAuth 2.0 for Native Apps can lead to improper authorization",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
],
"known_not_affected": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-7692"
},
{
"category": "external",
"summary": "RHBZ#1856376",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1856376"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-7692",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-7692"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-7692",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-7692"
}
],
"release_date": "2020-07-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-12T10:38:58+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": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0778"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "google-oauth-client: missing PKCE support in accordance with the RFC for OAuth 2.0 for Native Apps can lead to improper authorization"
},
{
"cve": "CVE-2021-26291",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2021-04-23T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1955739"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in maven. Repositories that are defined in a dependency\u2019s Project Object Model (pom), which may be unknown to users, are used by default resulting in potential risk if a malicious actor takes over that repository or is able to insert themselves into a position to pretend to be that repository. The highest threat from this vulnerability is to data confidentiality and integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "maven: Block repositories using http by default",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
],
"known_not_affected": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-26291"
},
{
"category": "external",
"summary": "RHBZ#1955739",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1955739"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-26291",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26291"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-26291",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-26291"
},
{
"category": "external",
"summary": "https://maven.apache.org/docs/3.8.1/release-notes.html#cve-2021-26291",
"url": "https://maven.apache.org/docs/3.8.1/release-notes.html#cve-2021-26291"
}
],
"release_date": "2021-04-23T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-12T10:38:58+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": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0778"
},
{
"category": "workaround",
"details": "To avoid possible man-in-the-middle related attacks with this flaw, ensure any linked repositories in maven POMs use https and not http.",
"product_ids": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "maven: Block repositories using http by default"
},
{
"cve": "CVE-2022-1962",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107376"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang standard library, go/parser. When calling any Parse functions on the Go source code, which contains deeply nested types or declarations, a panic can occur due to stack exhaustion. This issue allows an attacker to impact system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: go/parser: stack exhaustion in all Parse* functions",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
],
"known_not_affected": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1962"
},
{
"category": "external",
"summary": "RHBZ#2107376",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107376"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1962",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1962"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1962",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1962"
},
{
"category": "external",
"summary": "https://go.dev/issue/53616",
"url": "https://go.dev/issue/53616"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-12T10:38:58+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": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0778"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: go/parser: stack exhaustion in all Parse* functions"
},
{
"cve": "CVE-2022-25857",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-09-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2126789"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the org.yaml.snakeyaml package. This flaw allows an attacker to cause a denial of service (DoS) due to missing nested depth limitation for collections.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "snakeyaml: Denial of Service due to missing nested depth limitation for collections",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For RHEL-8 it\u0027s downgraded to moderate because \"snakeyaml\" itself in RHEL 8 or RHEL-9 isn\u0027t shipped and \"prometheus-jmx-exporter\" is needed as build dependency. And it\u0027s not directly exploitable, hence severity marked as moderate.\nRed Hat Integration and AMQ products are not vulnerable to this flaw, so their severity has been lowered to moderate.\nRed Hat Single Sign-On uses snakeyaml from liquibase-core and is only used when performing migrations and would require administrator privileges to execute, hence severity marked as Low.\nRed Hat Fuse 7 is now in Maintenance Support Phase and details about its fix should be present soon. However, Red Hat Fuse Online (Syndesis) does will not contain the fix for this flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
],
"known_not_affected": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-25857"
},
{
"category": "external",
"summary": "RHBZ#2126789",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2126789"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-25857",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25857"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-25857",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-25857"
},
{
"category": "external",
"summary": "https://bitbucket.org/snakeyaml/snakeyaml/issues/525",
"url": "https://bitbucket.org/snakeyaml/snakeyaml/issues/525"
}
],
"release_date": "2022-08-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-12T10:38:58+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": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0778"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "snakeyaml: Denial of Service due to missing nested depth limitation for collections"
},
{
"cve": "CVE-2022-29599",
"cwe": {
"id": "CWE-77",
"name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)"
},
"discovery_date": "2022-03-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2066479"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the maven-shared-utils package. This issue allows a Command Injection due to improper escaping, allowing a shell injection attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "maven-shared-utils: Command injection via Commandline class",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Satellite ships Candlepin component, which uses the Tomcatjss module from the RHEL AppStream repository. In turn, Tomcatjss relies on Maven, which itself depends on affected Apache Maven Shared Utils. Due to the fact that Satellite does not directly use Apache Maven Shared Utils, or expose it in its code, it is considered not affected by the flaw. Satellite customers can resolve the security warning by updating to the fixed Apache Maven Shared Utils through the updated Maven module, which is available in the RHEL 8 AppStream repository. It\u0027s worth noting that this solution applies solely to RHEL 8, which supports modules exclusively, and it is not applicable to earlier versions including RHEL 7.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
],
"known_not_affected": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-29599"
},
{
"category": "external",
"summary": "RHBZ#2066479",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066479"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-29599",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29599"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-29599",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-29599"
}
],
"release_date": "2020-05-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-12T10:38:58+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": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0778"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "maven-shared-utils: Command injection via Commandline class"
},
{
"cve": "CVE-2022-42889",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2022-10-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2135435"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Apache Commons Text packages 1.5 through 1.9. The affected versions allow an attacker to benefit from a variable interpolation process contained in Apache Commons Text, which can cause properties to be dynamically defined. Server applications are vulnerable to remote code execution (RCE) and unintentional contact with untrusted remote servers.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "apache-commons-text: variable interpolation RCE",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In order to carry successful exploitation of this vulnerability, the following conditions must be in place on the affected target:\n - Usage of specific methods that interpolate the variables as described in the flaw\n - Usage of external input for those methods\n - Usage of that external input has to be unsanitized/no \"allow list\"/etc.\n\nThe following products have *Low* impact because they have maven references to the affected package but do not ship it nor use the code:\n- Red Hat EAP Expansion Pack (EAP-XP)\n- Red Hat Camel-K\n- Red Hat Camel-Quarkus\n\nRed Hat Satellite ships Candlepin that embeds Apache Commons Text, however, it is not vulnerable to the flaw since the library has not been exposed in the product code. In Candlepin, the Commons Text is being pulled for the Liquibase and ActiveMQ Artemis libraries as a dependency. Red Hat Product Security has evaluated and rated the impact of the flaw as Low for Satellite since there was no harm identified to the confidentiality, integrity, or availability of systems.\n\n- The OCP has a *Moderate* impact because the affected library is a third-party library in the OCP jenkins-2-plugin component which reduces the possibilities of successful exploitation.\n- The OCP-4.8 is affected by this CVE and is in an extended life phase. For versions of products in the Extended Life Phase, Red Hat will provide limited ongoing technical support. No bug fixes, security fixes, hardware enablement or root-cause analysis will be available during this phase, and support will be provided on existing installations only.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
],
"known_not_affected": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-42889"
},
{
"category": "external",
"summary": "RHBZ#2135435",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2135435"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-42889",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42889"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-42889",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-42889"
},
{
"category": "external",
"summary": "https://blogs.apache.org/security/entry/cve-2022-42889",
"url": "https://blogs.apache.org/security/entry/cve-2022-42889"
},
{
"category": "external",
"summary": "https://lists.apache.org/thread/n2bd4vdsgkqh2tm14l1wyc3jyol7s1om",
"url": "https://lists.apache.org/thread/n2bd4vdsgkqh2tm14l1wyc3jyol7s1om"
},
{
"category": "external",
"summary": "https://seclists.org/oss-sec/2022/q4/22",
"url": "https://seclists.org/oss-sec/2022/q4/22"
}
],
"release_date": "2022-10-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-12T10:38:58+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": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0778"
},
{
"category": "workaround",
"details": "This flaw may be avoided by ensuring that any external inputs used with the Commons-Text lookup methods are sanitized properly. Untrusted input should always be thoroughly sanitized before using in any potentially risky situations.",
"product_ids": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "apache-commons-text: variable interpolation RCE"
},
{
"cve": "CVE-2023-2976",
"cwe": {
"id": "CWE-552",
"name": "Files or Directories Accessible to External Parties"
},
"discovery_date": "2023-06-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2215229"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Guava. The methodology for temporary directories and files can allow other local users or apps with accordant permissions to access the temp files, possibly leading to information exposure or tampering in the files created in the directory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "guava: insecure temporary directory creation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Single Sign-On 7 ships the affected component as a layered product of Red Hat JBoss Enterprise Application 7, and as such is affected by this flaw. However, Single Sign-On 7 does not use the affected code and is not vulnerable to exploit.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-2976"
},
{
"category": "external",
"summary": "RHBZ#2215229",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2215229"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-2976",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2976"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-2976",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-2976"
}
],
"release_date": "2023-06-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-12T10:38:58+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": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0778"
},
{
"category": "workaround",
"details": "Temp files should be created with sufficiently non-predictable names and in a secure-permissioned, dedicated temp folder.",
"product_ids": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "guava: insecure temporary directory creation"
},
{
"cve": "CVE-2023-20861",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2023-03-21T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2180530"
}
],
"notes": [
{
"category": "description",
"text": "A flaw found was found in Spring Framework. This flaw allows a malicious user to use a specially crafted SpEL expression that causes a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "springframework: Spring Expression DoS Vulnerability",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
],
"known_not_affected": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-20861"
},
{
"category": "external",
"summary": "RHBZ#2180530",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2180530"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-20861",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-20861"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-20861",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-20861"
},
{
"category": "external",
"summary": "https://spring.io/blog/2023/03/20/spring-framework-6-0-7-and-5-3-26-fix-cve-2023-20860-and-cve-2023-20861",
"url": "https://spring.io/blog/2023/03/20/spring-framework-6-0-7-and-5-3-26-fix-cve-2023-20860-and-cve-2023-20861"
}
],
"release_date": "2023-03-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-12T10:38:58+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": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0778"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "springframework: Spring Expression DoS Vulnerability"
},
{
"cve": "CVE-2023-20862",
"cwe": {
"id": "CWE-459",
"name": "Incomplete Cleanup"
},
"discovery_date": "2023-07-31T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2227788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Spring Security. In affected versions of Spring Security, the logout support does not properly clean the security context if using serialized versions. Additionally, it is not possible to explicitly save an empty security context to the HttpSessionSecurityContextRepository. This vulnerability can keep users authenticated even after they performed logout.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "spring-security: Empty SecurityContext Is Not Properly Saved Upon Logout",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
],
"known_not_affected": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-20862"
},
{
"category": "external",
"summary": "RHBZ#2227788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2227788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-20862",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-20862"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-20862",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-20862"
},
{
"category": "external",
"summary": "https://spring.io/security/cve-2023-20862",
"url": "https://spring.io/security/cve-2023-20862"
}
],
"release_date": "2023-04-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-12T10:38:58+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": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0778"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "spring-security: Empty SecurityContext Is Not Properly Saved Upon Logout"
},
{
"cve": "CVE-2023-24422",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2023-01-25T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2164278"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the script-security Jenkins Plugin. In affected versions of the script-security plugin, property assignments performed implicitly by the Groovy language runtime when invoking map constructors were not intercepted by the sandbox. This vulnerability allows attackers with permission to define and run sandboxed scripts, including Pipelines, to bypass the sandbox protection and execute arbitrary code in the context of the Jenkins controller JVM.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jenkins-2-plugins/script-security: Sandbox bypass vulnerability in Script Security Plugin",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "OpenShift 3.11 is already in the ELS support model phase. The Jenkins components are out of scope of the ELS support; hence OpenShift 3.11 Jenkins component is marked in this CVE as out of support scope.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
],
"known_not_affected": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-24422"
},
{
"category": "external",
"summary": "RHBZ#2164278",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2164278"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-24422",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24422"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-24422",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24422"
},
{
"category": "external",
"summary": "https://www.jenkins.io/security/advisory/2023-01-24/#SECURITY-3016",
"url": "https://www.jenkins.io/security/advisory/2023-01-24/#SECURITY-3016"
}
],
"release_date": "2023-01-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-12T10:38:58+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": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0778"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jenkins-2-plugins/script-security: Sandbox bypass vulnerability in Script Security Plugin"
},
{
"cve": "CVE-2023-25761",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-02-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2170039"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Jenkins JUnit plugin. The affected versions of the JUnit Plugin do not escape test case class names in JavaScript expressions, resulting in a stored cross-site scripting (XSS) vulnerability. This may allow an attacker to control test case class names in the JUnit resources processed by the plugin.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jenkins-2-plugins/JUnit: Stored XSS vulnerability in JUnit Plugin",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "OpenShift 3.11 is already in the ELS support model phase. The Jenkins components are out of scope of the ELS support, therefore, the OpenShift 3.11 Jenkins component is marked as out of support scope in this CVE.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
],
"known_not_affected": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-25761"
},
{
"category": "external",
"summary": "RHBZ#2170039",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170039"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-25761",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25761"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25761",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25761"
},
{
"category": "external",
"summary": "https://www.jenkins.io/security/advisory/2023-02-15/#SECURITY-3032",
"url": "https://www.jenkins.io/security/advisory/2023-02-15/#SECURITY-3032"
}
],
"release_date": "2023-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-12T10:38:58+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": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0778"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jenkins-2-plugins/JUnit: Stored XSS vulnerability in JUnit Plugin"
},
{
"cve": "CVE-2023-25762",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2023-02-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2170041"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Jenkins pipeline-build-step plugin. Affected versions of the pipeline-build-step plugin do not escape job names in a JavaScript expression used in the Pipeline Snippet Generator. This can result in a stored cross-site scripting (XSS) vulnerability that may allow attackers to control job names.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jenkins-2-plugins/pipeline-build-step: Stored XSS vulnerability in Pipeline: Build Step Plugin",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "OpenShift 3.11 is already in the ELS support model phase. The Jenkins components are out of scope of the ELS support, therefore, the OpenShift 3.11 Jenkins component is marked as out of support scope in this CVE.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
],
"known_not_affected": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-25762"
},
{
"category": "external",
"summary": "RHBZ#2170041",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170041"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-25762",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25762"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25762",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25762"
},
{
"category": "external",
"summary": "https://www.jenkins.io/security/advisory/2023-02-15/#SECURITY-3019",
"url": "https://www.jenkins.io/security/advisory/2023-02-15/#SECURITY-3019"
}
],
"release_date": "2023-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-12T10:38:58+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": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0778"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jenkins-2-plugins/pipeline-build-step: Stored XSS vulnerability in Pipeline: Build Step Plugin"
},
{
"cve": "CVE-2023-26048",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2023-08-30T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2236340"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the jetty-server package. A servlet with multipart support could get an OutOfMemorryError when the client sends a part that has a name but no filename and substantial content. This flaw allows a malicious user to jeopardize the environment by leaving the JVM in an unreliable state.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jetty-server: OutOfMemoryError for large multipart without filename read via request.getParameter()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
],
"known_not_affected": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-26048"
},
{
"category": "external",
"summary": "RHBZ#2236340",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2236340"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-26048",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26048"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-26048",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-26048"
},
{
"category": "external",
"summary": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-qw69-rqj8-6qw8",
"url": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-qw69-rqj8-6qw8"
}
],
"release_date": "2023-04-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-12T10:38:58+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": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0778"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jetty-server: OutOfMemoryError for large multipart without filename read via request.getParameter()"
},
{
"cve": "CVE-2023-26049",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2023-08-30T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2236341"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the jetty-server package. Nonstandard cookie parsing in Jetty may allow an attacker to smuggle cookies within other cookies or otherwise perform unintended behavior by tampering with the cookie parsing mechanism.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jetty-server: Cookie parsing of quoted values can exfiltrate values from other cookies",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
],
"known_not_affected": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-26049"
},
{
"category": "external",
"summary": "RHBZ#2236341",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2236341"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-26049",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26049"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-26049",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-26049"
},
{
"category": "external",
"summary": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-p26g-97m4-6q7c",
"url": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-p26g-97m4-6q7c"
}
],
"release_date": "2023-04-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-12T10:38:58+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": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0778"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"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:N",
"version": "3.1"
},
"products": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jetty-server: Cookie parsing of quoted values can exfiltrate values from other cookies"
},
{
"cve": "CVE-2023-27903",
"cwe": {
"id": "CWE-266",
"name": "Incorrect Privilege Assignment"
},
"discovery_date": "2023-03-13T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2177632"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Jenkins. When triggering a build from the Jenkins CLI, Jenkins creates a temporary file on the controller if a file parameter is provided through the CLI\u2019s standard input. Affected versions of Jenkins create this temporary file in the default temporary directory with the default permissions for newly created files. If these permissions are overly permissive, they may allow attackers with access to the Jenkins controller file system to read and write the file before it is used in the build.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Jenkins: Temporary file parameter created with insecure permissions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "OpenShift 3.11 is already in the ELS support model phase. The Jenkins components are out of the scope of the ELS support; hence OpenShift 3.11 Jenkins component is marked in this CVE as Out of Support Scope.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
],
"known_not_affected": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-27903"
},
{
"category": "external",
"summary": "RHBZ#2177632",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177632"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-27903",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27903"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-27903",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-27903"
},
{
"category": "external",
"summary": "https://www.jenkins.io/security/advisory/2023-03-08/#SECURITY-3058",
"url": "https://www.jenkins.io/security/advisory/2023-03-08/#SECURITY-3058"
}
],
"release_date": "2023-03-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-12T10:38:58+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": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0778"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "Jenkins: Temporary file parameter created with insecure permissions"
},
{
"cve": "CVE-2023-27904",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2023-03-13T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2177634"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Jenkins. The affected version of Jenkins prints an error stack trace on agent-related pages when agent connections are broken. This stack trace may contain information about Jenkins configuration that is otherwise inaccessible to attackers.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Jenkins: Information disclosure through error stack traces related to agents",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "OpenShift 3.11 is already in the ELS support model phase. The Jenkins components are out of the scope of the ELS support; hence OpenShift 3.11 Jenkins component is marked in this CVE as Out of Support Scope.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
],
"known_not_affected": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-27904"
},
{
"category": "external",
"summary": "RHBZ#2177634",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177634"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27904"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-27904",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-27904"
},
{
"category": "external",
"summary": "https://www.jenkins.io/security/advisory/2023-03-08/#SECURITY-2120",
"url": "https://www.jenkins.io/security/advisory/2023-03-08/#SECURITY-2120"
}
],
"release_date": "2023-03-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-12T10:38:58+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": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0778"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"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:N",
"version": "3.1"
},
"products": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "Jenkins: Information disclosure through error stack traces related to agents"
},
{
"cve": "CVE-2023-37947",
"cwe": {
"id": "CWE-601",
"name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)"
},
"discovery_date": "2023-07-12T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2222710"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Jenkins OpenShift Login Plugin. Affected versions of this plugin could allow a remote attacker to conduct phishing attacks caused by an open redirect vulnerability. An attacker can use a specially crafted URL to redirect a victim to arbitrary web sites.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Jenkins: Open redirect vulnerability in OpenShift Login Plugin",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
],
"known_not_affected": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-37947"
},
{
"category": "external",
"summary": "RHBZ#2222710",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222710"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-37947",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37947"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-37947",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-37947"
},
{
"category": "external",
"summary": "https://www.jenkins.io/security/advisory/2023-07-12/#SECURITY-2999",
"url": "https://www.jenkins.io/security/advisory/2023-07-12/#SECURITY-2999"
}
],
"release_date": "2023-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-12T10:38:58+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": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0778"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Jenkins: Open redirect vulnerability in OpenShift Login Plugin"
},
{
"cve": "CVE-2023-40167",
"cwe": {
"id": "CWE-130",
"name": "Improper Handling of Length Parameter Inconsistency"
},
"discovery_date": "2023-09-19T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2239634"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Jetty that permits a plus sign (+) preceding the content-length value in a HTTP/1 header field, which is non-standard and more permissive than RFC. This issue could allow an attacker to request smuggling in conjunction with a server that does not close connections after 400 responses.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jetty: Improper validation of HTTP/1 content-length",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
],
"known_not_affected": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-40167"
},
{
"category": "external",
"summary": "RHBZ#2239634",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2239634"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-40167",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40167"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-40167",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-40167"
},
{
"category": "external",
"summary": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-hmr7-m48g-48f6",
"url": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-hmr7-m48g-48f6"
},
{
"category": "external",
"summary": "https://www.rfc-editor.org/rfc/rfc9110#section-8.6",
"url": "https://www.rfc-editor.org/rfc/rfc9110#section-8.6"
}
],
"release_date": "2023-09-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-12T10:38:58+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": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0778"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jetty: Improper validation of HTTP/1 content-length"
},
{
"cve": "CVE-2023-40337",
"cwe": {
"id": "CWE-352",
"name": "Cross-Site Request Forgery (CSRF)"
},
"discovery_date": "2023-08-16T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2232425"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Jenkins Folders plugin. Affected versions of this plugin allow attackers to copy a view inside a folder.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jenkins-plugins: cloudbees-folder: CSRF vulnerability in Folders Plugin",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
],
"known_not_affected": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-40337"
},
{
"category": "external",
"summary": "RHBZ#2232425",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2232425"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-40337",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-40337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-40337"
},
{
"category": "external",
"summary": "https://www.jenkins.io/security/advisory/2023-08-16/#SECURITY-3105",
"url": "https://www.jenkins.io/security/advisory/2023-08-16/#SECURITY-3105"
}
],
"release_date": "2023-08-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-12T10:38:58+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": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0778"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jenkins-plugins: cloudbees-folder: CSRF vulnerability in Folders Plugin"
},
{
"cve": "CVE-2023-40338",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2023-08-16T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2232426"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Jenkins Folders plugin. Affected versions of this plugin display an error message that includes an absolute path of a log file when attempting to access the Scan Organization Folder Log if no logs are available. This flaw exposes information about the Jenkins controller file system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jenkins-plugins: cloudbees-folder: Information disclosure in Folders Plugin",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
],
"known_not_affected": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-40338"
},
{
"category": "external",
"summary": "RHBZ#2232426",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2232426"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-40338",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40338"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-40338",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-40338"
},
{
"category": "external",
"summary": "https://www.jenkins.io/security/advisory/2023-08-16/#SECURITY-3109",
"url": "https://www.jenkins.io/security/advisory/2023-08-16/#SECURITY-3109"
}
],
"release_date": "2023-08-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-12T10:38:58+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": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0778"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jenkins-plugins: cloudbees-folder: Information disclosure in Folders Plugin"
},
{
"cve": "CVE-2023-40339",
"discovery_date": "2023-08-16T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2232423"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Config File Provider Jenkins Plugin. Affected versions of this plugin do not mask (replace with asterisks) credentials specified in configuration files when they\u0027re written to the build log.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jenkins-plugins: config-file-provider: Improper masking of credentials in Config File Provider Plugin",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
],
"known_not_affected": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-40339"
},
{
"category": "external",
"summary": "RHBZ#2232423",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2232423"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-40339",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40339"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-40339",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-40339"
},
{
"category": "external",
"summary": "https://www.jenkins.io/security/advisory/2023-08-16/#SECURITY-3090",
"url": "https://www.jenkins.io/security/advisory/2023-08-16/#SECURITY-3090"
}
],
"release_date": "2023-08-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-12T10:38:58+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": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0778"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jenkins-plugins: config-file-provider: Improper masking of credentials in Config File Provider Plugin"
},
{
"cve": "CVE-2023-40341",
"cwe": {
"id": "CWE-352",
"name": "Cross-Site Request Forgery (CSRF)"
},
"discovery_date": "2023-08-16T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2232422"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the blueocean Jenkins plugin. Affected versions of this plugin allow attackers to connect to an attacker-specified URL, capturing GitHub credentials associated with an attacker-specified job.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jenkins-plugins: blueocean: CSRF vulnerability in Blue Ocean Plugin allows capturing credentials",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
],
"known_not_affected": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-40341"
},
{
"category": "external",
"summary": "RHBZ#2232422",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2232422"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-40341",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40341"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-40341",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-40341"
},
{
"category": "external",
"summary": "https://www.jenkins.io/security/advisory/2023-08-16/#SECURITY-3116",
"url": "https://www.jenkins.io/security/advisory/2023-08-16/#SECURITY-3116"
}
],
"release_date": "2023-08-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-12T10:38:58+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": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0778"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jenkins-plugins: blueocean: CSRF vulnerability in Blue Ocean Plugin allows capturing credentials"
},
{
"cve": "CVE-2024-23897",
"cwe": {
"id": "CWE-88",
"name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)"
},
"discovery_date": "2024-01-24T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2260180"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Jenkins, which uses the args4j library to parse command arguments and options on the Jenkins controller when processing CLI commands. This command parser has a feature that replaces the \"@\" character followed by a file path in an argument with the file\u2019s contents (expandAtFiles). This feature is enabled by default; Jenkins 2.441 and earlier as well as LTS 2.426.2 and earlier do not disable it.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jenkins: Arbitrary file read vulnerability through the CLI can lead to RCE",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
],
"known_not_affected": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-23897"
},
{
"category": "external",
"summary": "RHBZ#2260180",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2260180"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-23897",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23897"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-23897",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-23897"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/01/24/6",
"url": "http://www.openwall.com/lists/oss-security/2024/01/24/6"
},
{
"category": "external",
"summary": "https://www.jenkins.io/security/advisory/2024-01-24/#SECURITY-3314",
"url": "https://www.jenkins.io/security/advisory/2024-01-24/#SECURITY-3314"
},
{
"category": "external",
"summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
"url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
}
],
"release_date": "2024-01-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-12T10:38:58+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": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0778"
},
{
"category": "workaround",
"details": "Disabling access to the CLI is expected to prevent exploitation completely. Doing so is strongly recommended to administrators unable to immediately update to Jenkins 2.442, LTS 2.426.3 or LTS 2.440.1. Applying this workaround does not require a Jenkins restart.",
"product_ids": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
}
],
"threats": [
{
"category": "exploit_status",
"date": "2024-08-19T00:00:00+00:00",
"details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
},
{
"category": "impact",
"details": "Critical"
}
],
"title": "jenkins: Arbitrary file read vulnerability through the CLI can lead to RCE"
},
{
"cve": "CVE-2024-23898",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2024-01-24T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2260182"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Jenkins where websocket access to the CLI does not perform origin validation of requests when they are made through the websocket endpoint.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jenkins: cross-site WebSocket hijacking",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
],
"known_not_affected": [
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-23898"
},
{
"category": "external",
"summary": "RHBZ#2260182",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2260182"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-23898",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23898"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-23898",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-23898"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/01/24/6",
"url": "http://www.openwall.com/lists/oss-security/2024/01/24/6"
},
{
"category": "external",
"summary": "https://www.jenkins.io/security/advisory/2024-01-24/#SECURITY-3315",
"url": "https://www.jenkins.io/security/advisory/2024-01-24/#SECURITY-3315"
}
],
"release_date": "2024-01-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-12T10:38:58+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": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0778"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-0:2.426.3.1706515686-3.el8.src",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.noarch",
"8Base-OCP-Tools-4.12:jenkins-2-plugins-0:4.12.1706515741-1.el8.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jenkins: cross-site WebSocket hijacking"
}
]
}
RHSA-2024:1027
Vulnerability from csaf_redhat - Published: 2024-02-28 18:13 - Updated: 2026-05-28 20:32A flaw was found in the golang standard library, go/parser. When calling any Parse functions on the Go source code, which contains deeply nested types or declarations, a panic can occur due to stack exhaustion. This issue allows an attacker to impact system availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64 | — |
Vendor Fix
fix
|
A flaw was found in Jettison, where it is vulnerable to a denial of service caused by a stack-based buffer overflow. By sending a specially-crafted request using the map parameter, a remote attacker can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64 | — |
Vendor Fix
fix
|
Improper Restriction of XML External Entity Reference, XML Injection (aka Blind XPath Injection) vulnerability in Apache Software Foundation Apache Ivy.This issue affects any version of Apache Ivy prior to 2.5.2. When Apache Ivy prior to 2.5.2 parses XML files - either its own configuration, Ivy files or Apache Maven POMs - it will allow downloading external document type definitions and expand any entity references contained therein when used. This can be used to exfiltrate data, access resources only the machine running Ivy has access to or disturb the execution of Ivy in different ways. Starting with Ivy 2.5.2 DTD processing is disabled by default except when parsing Maven POMs where the default is to allow DTD processing but only to include a DTD snippet shipping with Ivy that is needed to deal with existing Maven POMs that are not valid XML files but are nevertheless accepted by Maven. Access can be be made more lenient via newly introduced system properties where needed. Users of Ivy prior to version 2.5.2 can use Java system properties to restrict processing of external DTDs, see the section about "JAXP Properties for External Access restrictions" inside Oracle's "Java API for XML Processing (JAXP) Security Guide".
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64 | — |
Vendor Fix
fix
|
A flaw was found in Jettison. Infinite recursion is triggered in Jettison when constructing a JSONArray from a Collection that contains a self-reference in one of its elements. This issue leads to a StackOverflowError exception being thrown.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64 | — |
Vendor Fix
fix
|
A flaw was found in Guava. The methodology for temporary directories and files can allow other local users or apps with accordant permissions to access the temp files, possibly leading to information exposure or tampering in the files created in the directory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64 | — |
Vendor Fix
fix
Workaround
|
An Improper Input Validation flaw was found in follow-redirects due to the improper handling of URLs by the url.parse() function. When a new URL() throws an error, it can be manipulated to misinterpret the hostname. This issue could allow an attacker to redirect traffic to a malicious site, potentially leading to information disclosure, phishing attacks, or other security breaches.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Golang, where it is vulnerable to HTTP header injection caused by improper content validation of the Host header by the HTTP/1 client. A remote attacker can inject arbitrary HTTP headers by persuading a victim to visit a specially crafted Web page. This flaw allows the attacker to conduct various attacks against the vulnerable system, including Cross-site scripting, cache poisoning, or session hijacking.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64 | — |
Vendor Fix
fix
|
A denial of service vulnerability was found in the Golang Go package caused by an uncontrolled resource consumption flaw. By persuading a victim to use a specially crafted certificate with large RSA keys, a remote attacker can cause a client/server to expend significant CPU time verifying signatures, resulting in a denial of service condition.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64 | — |
Vendor Fix
fix
|
jackson-databind through 2.15.2 allows attackers to cause a denial of service or other unspecified impact via a crafted object that uses cyclic dependencies. NOTE: the vendor's perspective is that this is not a valid vulnerability report, because the steps of constructing a cyclic data structure and trying to serialize it cannot be achieved by an external attacker.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64 | — |
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 is now available for MTA-6.2-RHEL-8 and MTA-6.2-RHEL-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": "Migration Toolkit for Applications \n\nSecurity Fix(es):\n\n* golang: go/parser: stack exhaustion in all Parse* functions (CVE-2022-1962)\n\n* jettison: If the value in map is the map\u0027s self, the new new JSONObject(map) cause StackOverflowError which may lead to dos (CVE-2022-45693)\n\n* apache-ivy: XML External Entity vulnerability (CVE-2022-46751)\n\n* jettison: Uncontrolled Recursion in JSONArray (CVE-2023-1436)\n\n* guava: insecure temporary directory creation (CVE-2023-2976)\n\n* follow-redirects: Improper Input Validation due to the improper handling of URLs by the url.parse() (CVE-2023-26159)\n\n* golang: net/http: insufficient sanitization of Host header (CVE-2023-29406)\n\n* golang: crypto/tls: slow verification of certificate chains containing large RSA keys (CVE-2023-29409)\n\n* jackson-databind: denial of service via cylic dependencies (CVE-2023-35116)\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-2024:1027",
"url": "https://access.redhat.com/errata/RHSA-2024:1027"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2107376",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107376"
},
{
"category": "external",
"summary": "2155970",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2155970"
},
{
"category": "external",
"summary": "2182788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182788"
},
{
"category": "external",
"summary": "2215214",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2215214"
},
{
"category": "external",
"summary": "2215229",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2215229"
},
{
"category": "external",
"summary": "2222167",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222167"
},
{
"category": "external",
"summary": "2228743",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228743"
},
{
"category": "external",
"summary": "2233112",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2233112"
},
{
"category": "external",
"summary": "2256413",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2256413"
},
{
"category": "external",
"summary": "MTA-87",
"url": "https://issues.redhat.com/browse/MTA-87"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1027.json"
}
],
"title": "Red Hat Security Advisory: Migration Toolkit for Applications security update",
"tracking": {
"current_release_date": "2026-05-28T20:32:34+00:00",
"generator": {
"date": "2026-05-28T20:32:34+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2024:1027",
"initial_release_date": "2024-02-28T18:13:39+00:00",
"revision_history": [
{
"date": "2024-02-28T18:13:39+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-02-28T18:13:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-28T20:32:34+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "MTA 6.2 for RHEL 8",
"product": {
"name": "MTA 6.2 for RHEL 8",
"product_id": "9Base-MTA-6.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:migration_toolkit_applications:6.2::el9"
}
}
},
{
"category": "product_name",
"name": "MTA 6.2 for RHEL 8",
"product": {
"name": "MTA 6.2 for RHEL 8",
"product_id": "8Base-MTA-6.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:migration_toolkit_applications:6.2::el8"
}
}
}
],
"category": "product_family",
"name": "Migration Toolkit for Applications"
},
{
"branches": [
{
"category": "product_version",
"name": "mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64",
"product": {
"name": "mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64",
"product_id": "mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-hub-rhel9\u0026tag=6.2.2-2"
}
}
},
{
"category": "product_version",
"name": "mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64",
"product": {
"name": "mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64",
"product_id": "mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-operator-bundle\u0026tag=6.2.2-5"
}
}
},
{
"category": "product_version",
"name": "mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64",
"product": {
"name": "mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64",
"product_id": "mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-rhel8-operator\u0026tag=6.2.2-3"
}
}
},
{
"category": "product_version",
"name": "mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64",
"product": {
"name": "mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64",
"product_id": "mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-pathfinder-rhel9\u0026tag=6.2.2-2"
}
}
},
{
"category": "product_version",
"name": "mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64",
"product": {
"name": "mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64",
"product_id": "mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-ui-rhel9\u0026tag=6.2.2-2"
}
}
},
{
"category": "product_version",
"name": "mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64",
"product": {
"name": "mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64",
"product_id": "mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-windup-addon-rhel9\u0026tag=6.2.2-3"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64 as a component of MTA 6.2 for RHEL 8",
"product_id": "8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64"
},
"product_reference": "mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64",
"relates_to_product_reference": "8Base-MTA-6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64 as a component of MTA 6.2 for RHEL 8",
"product_id": "9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64"
},
"product_reference": "mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64",
"relates_to_product_reference": "9Base-MTA-6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64 as a component of MTA 6.2 for RHEL 8",
"product_id": "9Base-MTA-6.2:mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64"
},
"product_reference": "mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64",
"relates_to_product_reference": "9Base-MTA-6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64 as a component of MTA 6.2 for RHEL 8",
"product_id": "9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64"
},
"product_reference": "mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64",
"relates_to_product_reference": "9Base-MTA-6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64 as a component of MTA 6.2 for RHEL 8",
"product_id": "9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64"
},
"product_reference": "mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64",
"relates_to_product_reference": "9Base-MTA-6.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64 as a component of MTA 6.2 for RHEL 8",
"product_id": "9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64"
},
"product_reference": "mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64",
"relates_to_product_reference": "9Base-MTA-6.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-1962",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107376"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang standard library, go/parser. When calling any Parse functions on the Go source code, which contains deeply nested types or declarations, a panic can occur due to stack exhaustion. This issue allows an attacker to impact system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: go/parser: stack exhaustion in all Parse* functions",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1962"
},
{
"category": "external",
"summary": "RHBZ#2107376",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107376"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1962",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1962"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1962",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1962"
},
{
"category": "external",
"summary": "https://go.dev/issue/53616",
"url": "https://go.dev/issue/53616"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-28T18:13:39+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": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1027"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: go/parser: stack exhaustion in all Parse* functions"
},
{
"cve": "CVE-2022-45693",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2022-12-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2155970"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Jettison, where it is vulnerable to a denial of service caused by a stack-based buffer overflow. By sending a specially-crafted request using the map parameter, a remote attacker can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jettison: If the value in map is the map\u0027s self, the new new JSONObject(map) cause StackOverflowError which may lead to dos",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat has determined the impact of this flaw to be Moderate; a successful attack using this flaw would require the processing of untrusted, unsanitized, or unrestricted user inputs, which runs counter to established Red Hat security practices.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-45693"
},
{
"category": "external",
"summary": "RHBZ#2155970",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2155970"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-45693",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45693"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-45693",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-45693"
}
],
"release_date": "2022-12-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-28T18:13:39+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": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1027"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jettison: If the value in map is the map\u0027s self, the new new JSONObject(map) cause StackOverflowError which may lead to dos"
},
{
"cve": "CVE-2022-46751",
"cwe": {
"id": "CWE-611",
"name": "Improper Restriction of XML External Entity Reference"
},
"discovery_date": "2023-08-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2233112"
}
],
"notes": [
{
"category": "description",
"text": "Improper Restriction of XML External Entity Reference, XML Injection (aka Blind XPath Injection) vulnerability in Apache Software Foundation Apache Ivy.This issue affects any version of Apache Ivy prior to 2.5.2.\n\nWhen Apache Ivy prior to 2.5.2 parses XML files - either its own configuration, Ivy files or Apache Maven POMs - it will allow downloading external document type definitions and expand any entity references contained therein when used.\n\nThis can be used to exfiltrate data, access resources only the machine running Ivy has access to or disturb the execution of Ivy in different ways.\n\nStarting with Ivy 2.5.2 DTD processing is disabled by default except when parsing Maven POMs where the default is to allow DTD processing but only to include a DTD snippet shipping with Ivy that is needed to deal with existing Maven POMs that are not valid XML files but are nevertheless accepted by Maven. Access can be be made more lenient via newly introduced system properties where needed.\n\nUsers of Ivy prior to version 2.5.2 can use Java system properties to restrict processing of external DTDs, see the section about \"JAXP Properties for External Access restrictions\" inside Oracle\u0027s \"Java API for XML Processing (JAXP) Security Guide\".",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "apache-ivy: XML External Entity vulnerability",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-46751"
},
{
"category": "external",
"summary": "RHBZ#2233112",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2233112"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-46751",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-46751"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-46751",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-46751"
},
{
"category": "external",
"summary": "https://lists.apache.org/thread/1dj60hg5nr36kjr4p1100dwjrqookps8",
"url": "https://lists.apache.org/thread/1dj60hg5nr36kjr4p1100dwjrqookps8"
}
],
"release_date": "2023-08-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-28T18:13:39+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": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1027"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:L",
"version": "3.1"
},
"products": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "apache-ivy: XML External Entity vulnerability"
},
{
"cve": "CVE-2023-1436",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2023-03-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2182788"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Jettison. Infinite recursion is triggered in Jettison when constructing a JSONArray from a Collection that contains a self-reference in one of its elements. This issue leads to a StackOverflowError exception being thrown.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jettison: Uncontrolled Recursion in JSONArray",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-1436"
},
{
"category": "external",
"summary": "RHBZ#2182788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-1436",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1436"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-1436",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-1436"
},
{
"category": "external",
"summary": "https://research.jfrog.com/vulnerabilities/jettison-json-array-dos-xray-427911/",
"url": "https://research.jfrog.com/vulnerabilities/jettison-json-array-dos-xray-427911/"
}
],
"release_date": "2023-03-22T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-28T18:13:39+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": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1027"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jettison: Uncontrolled Recursion in JSONArray"
},
{
"cve": "CVE-2023-2976",
"cwe": {
"id": "CWE-552",
"name": "Files or Directories Accessible to External Parties"
},
"discovery_date": "2023-06-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2215229"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Guava. The methodology for temporary directories and files can allow other local users or apps with accordant permissions to access the temp files, possibly leading to information exposure or tampering in the files created in the directory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "guava: insecure temporary directory creation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Single Sign-On 7 ships the affected component as a layered product of Red Hat JBoss Enterprise Application 7, and as such is affected by this flaw. However, Single Sign-On 7 does not use the affected code and is not vulnerable to exploit.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-2976"
},
{
"category": "external",
"summary": "RHBZ#2215229",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2215229"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-2976",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2976"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-2976",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-2976"
}
],
"release_date": "2023-06-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-28T18:13:39+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": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1027"
},
{
"category": "workaround",
"details": "Temp files should be created with sufficiently non-predictable names and in a secure-permissioned, dedicated temp folder.",
"product_ids": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "guava: insecure temporary directory creation"
},
{
"cve": "CVE-2023-26159",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2024-01-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2256413"
}
],
"notes": [
{
"category": "description",
"text": "An Improper Input Validation flaw was found in follow-redirects due to the improper handling of URLs by the url.parse() function. When a new URL() throws an error, it can be manipulated to misinterpret the hostname. This issue could allow an attacker to redirect traffic to a malicious site, potentially leading to information disclosure, phishing attacks, or other security breaches.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "follow-redirects: Improper Input Validation due to the improper handling of URLs by the url.parse()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "follow-redirects is a transitive dependency of Grafana, and does not affect Red Hat Enterprise Linux 8.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-26159"
},
{
"category": "external",
"summary": "RHBZ#2256413",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2256413"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-26159",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26159"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-26159",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-26159"
}
],
"release_date": "2024-01-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-28T18:13:39+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": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1027"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "follow-redirects: Improper Input Validation due to the improper handling of URLs by the url.parse()"
},
{
"cve": "CVE-2023-29406",
"cwe": {
"id": "CWE-113",
"name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)"
},
"discovery_date": "2023-07-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2222167"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Golang, where it is vulnerable to HTTP header injection caused by improper content validation of the Host header by the HTTP/1 client. A remote attacker can inject arbitrary HTTP headers by persuading a victim to visit a specially crafted Web page. This flaw allows the attacker to conduct various attacks against the vulnerable system, including Cross-site scripting, cache poisoning, or session hijacking.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: insufficient sanitization of Host header",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29406"
},
{
"category": "external",
"summary": "RHBZ#2222167",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2222167"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29406",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29406"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29406",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29406"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/2q13H6LEEx0",
"url": "https://groups.google.com/g/golang-announce/c/2q13H6LEEx0"
}
],
"release_date": "2023-07-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-28T18:13:39+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": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1027"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: insufficient sanitization of Host header"
},
{
"cve": "CVE-2023-29409",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2023-08-03T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2228743"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service vulnerability was found in the Golang Go package caused by an uncontrolled resource consumption flaw. By persuading a victim to use a specially crafted certificate with large RSA keys, a remote attacker can cause a client/server to expend significant CPU time verifying signatures, resulting in a denial of service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: slow verification of certificate chains containing large RSA keys",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29409"
},
{
"category": "external",
"summary": "RHBZ#2228743",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228743"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29409",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29409"
},
{
"category": "external",
"summary": "https://go.dev/cl/515257",
"url": "https://go.dev/cl/515257"
},
{
"category": "external",
"summary": "https://go.dev/issue/61460",
"url": "https://go.dev/issue/61460"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ",
"url": "https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2023-1987",
"url": "https://pkg.go.dev/vuln/GO-2023-1987"
}
],
"release_date": "2023-08-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-28T18:13:39+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": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1027"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/tls: slow verification of certificate chains containing large RSA keys"
},
{
"cve": "CVE-2023-35116",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2023-06-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2215214"
}
],
"notes": [
{
"category": "description",
"text": "jackson-databind through 2.15.2 allows attackers to cause a denial of service or other unspecified impact via a crafted object that uses cyclic dependencies. NOTE: the vendor\u0027s perspective is that this is not a valid vulnerability report, because the steps of constructing a cyclic data structure and trying to serialize it cannot be achieved by an external attacker.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jackson-databind: denial of service via cylic dependencies",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE is disputed by the component developers and is under reconsideration by NIST. As such, it should be excluded from scanning utilities or other compliance systems until the dispute is finalized.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-35116"
},
{
"category": "external",
"summary": "RHBZ#2215214",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2215214"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-35116",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-35116"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-35116",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-35116"
}
],
"release_date": "2023-06-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-02-28T18:13:39+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": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1027"
},
{
"category": "workaround",
"details": "jackson-databind should not be used to deserialize untrusted inputs. User inputs should be validated and sanitized before processing.",
"product_ids": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-MTA-6.2:mta/mta-rhel8-operator@sha256:e1e6f80467054b95379c1b482800a656917e1cfd35d8fac2d4f6ff4091088a67_amd64",
"9Base-MTA-6.2:mta/mta-hub-rhel9@sha256:b232b42b2de4be2d7c67ef2418070b155b79a275e2cbba343a04c22c1e016662_amd64",
"9Base-MTA-6.2:mta/mta-operator-bundle@sha256:d142049160f51b71f1c9d970e23824952ca35e7c2e23d6c8753a33e727b87b81_amd64",
"9Base-MTA-6.2:mta/mta-pathfinder-rhel9@sha256:781aef6a3a23c765a31e38a36ebc4c40957249888532f46a77d320f416816508_amd64",
"9Base-MTA-6.2:mta/mta-ui-rhel9@sha256:2e10de6bd9bb24a03579f555b71e6ff57f2c9d74cf3b79ec42e9dba4cab628a1_amd64",
"9Base-MTA-6.2:mta/mta-windup-addon-rhel9@sha256:73671e9d3c4bf624d1a6745c5002b93b158519abf6b13c7bb0e1491d873316fc_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jackson-databind: denial of service via cylic dependencies"
}
]
}
RHSA-2024:1433
Vulnerability from csaf_redhat - Published: 2024-03-20 00:40 - Updated: 2026-04-29 18:03A flaw was found in the golang standard library, go/parser. When calling any Parse functions on the Go source code, which contains deeply nested types or declarations, a panic can occur due to stack exhaustion. This issue allows an attacker to impact system availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:5690f54c7dde45d95b407c0f1393a8e01e6f8e5512a2595ef8effe74b19a6d4a_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:cc32dfeeb33b7e2d2a63098b2c1c09999a955b69349cbe3e3902fc1101d176a0_amd64 | — | ||
| Unresolved product id: 9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:9b3bd8a8bc45ebb2ebfbd13cd571bd52d5d210b82e760ef8ca49d597709d7f83_amd64 | — | ||
| Unresolved product id: 9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:b0a3d36ec379c6c796d18e31b238f2112a3a6ab31f68798c36fb3b588477c451_arm64 | — | ||
| Unresolved product id: 9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:e318451c6efa1559657e9fe928087ff8fea30478d64f4cb75c5919c5279ebba1_amd64 | — | ||
| Unresolved product id: 9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:afc5c7e7d8cd563a47a6475eb9c23e31553eeeaa0709407a8cd1e7492657ea08_amd64 | — | ||
| Unresolved product id: 9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:d7e65ce9ab3b1d91205a2edbb4293cb8362a323b650a3daf7caf9103ae258812_arm64 | — | ||
| Unresolved product id: 9Base-MTA-7.0:mta/mta-operator-bundle@sha256:b8c09648ffba53778128e145ab66b347f68e7960eaa345830363313f9d564d88_amd64 | — | ||
| Unresolved product id: 9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:06c7b18081e2285b29082e26bd013a8d8d464a7641dd8d285e4909ca86514fde_amd64 | — | ||
| Unresolved product id: 9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:3322ff5bdd8d9422567b37888cfe132d48455503e62a38953d5b318d80a02c91_arm64 | — | ||
| Unresolved product id: 9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:4a35cbbe8c24232c138460ff50d1076392136ddedb7111c26ab2b074ad4017a7_amd64 | — |
{
"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": "Migration Toolkit for Applications 7.0.2 release\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": "Migration Toolkit for Applications 7.0.2 Images\n\nSecurity Fix(es) from Bugzilla:\n\n* golang: go/parser: stack exhaustion in all Parse* functions (CVE-2022-1962)\n\nFor more details about the security issue(s), including the impact, a CVSS score, 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-2024:1433",
"url": "https://access.redhat.com/errata/RHSA-2024:1433"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2107376",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107376"
},
{
"category": "external",
"summary": "MTA-1255",
"url": "https://issues.redhat.com/browse/MTA-1255"
},
{
"category": "external",
"summary": "MTA-1468",
"url": "https://issues.redhat.com/browse/MTA-1468"
},
{
"category": "external",
"summary": "MTA-1648",
"url": "https://issues.redhat.com/browse/MTA-1648"
},
{
"category": "external",
"summary": "MTA-1721",
"url": "https://issues.redhat.com/browse/MTA-1721"
},
{
"category": "external",
"summary": "MTA-1726",
"url": "https://issues.redhat.com/browse/MTA-1726"
},
{
"category": "external",
"summary": "MTA-1785",
"url": "https://issues.redhat.com/browse/MTA-1785"
},
{
"category": "external",
"summary": "MTA-1790",
"url": "https://issues.redhat.com/browse/MTA-1790"
},
{
"category": "external",
"summary": "MTA-1845",
"url": "https://issues.redhat.com/browse/MTA-1845"
},
{
"category": "external",
"summary": "MTA-1868",
"url": "https://issues.redhat.com/browse/MTA-1868"
},
{
"category": "external",
"summary": "MTA-1872",
"url": "https://issues.redhat.com/browse/MTA-1872"
},
{
"category": "external",
"summary": "MTA-1880",
"url": "https://issues.redhat.com/browse/MTA-1880"
},
{
"category": "external",
"summary": "MTA-1888",
"url": "https://issues.redhat.com/browse/MTA-1888"
},
{
"category": "external",
"summary": "MTA-1955",
"url": "https://issues.redhat.com/browse/MTA-1955"
},
{
"category": "external",
"summary": "MTA-1956",
"url": "https://issues.redhat.com/browse/MTA-1956"
},
{
"category": "external",
"summary": "MTA-1958",
"url": "https://issues.redhat.com/browse/MTA-1958"
},
{
"category": "external",
"summary": "MTA-1963",
"url": "https://issues.redhat.com/browse/MTA-1963"
},
{
"category": "external",
"summary": "MTA-1964",
"url": "https://issues.redhat.com/browse/MTA-1964"
},
{
"category": "external",
"summary": "MTA-1965",
"url": "https://issues.redhat.com/browse/MTA-1965"
},
{
"category": "external",
"summary": "MTA-1967",
"url": "https://issues.redhat.com/browse/MTA-1967"
},
{
"category": "external",
"summary": "MTA-1972",
"url": "https://issues.redhat.com/browse/MTA-1972"
},
{
"category": "external",
"summary": "MTA-1973",
"url": "https://issues.redhat.com/browse/MTA-1973"
},
{
"category": "external",
"summary": "MTA-2004",
"url": "https://issues.redhat.com/browse/MTA-2004"
},
{
"category": "external",
"summary": "MTA-2007",
"url": "https://issues.redhat.com/browse/MTA-2007"
},
{
"category": "external",
"summary": "MTA-2008",
"url": "https://issues.redhat.com/browse/MTA-2008"
},
{
"category": "external",
"summary": "MTA-2018",
"url": "https://issues.redhat.com/browse/MTA-2018"
},
{
"category": "external",
"summary": "MTA-2020",
"url": "https://issues.redhat.com/browse/MTA-2020"
},
{
"category": "external",
"summary": "MTA-2041",
"url": "https://issues.redhat.com/browse/MTA-2041"
},
{
"category": "external",
"summary": "MTA-2043",
"url": "https://issues.redhat.com/browse/MTA-2043"
},
{
"category": "external",
"summary": "MTA-2046",
"url": "https://issues.redhat.com/browse/MTA-2046"
},
{
"category": "external",
"summary": "MTA-2047",
"url": "https://issues.redhat.com/browse/MTA-2047"
},
{
"category": "external",
"summary": "MTA-2056",
"url": "https://issues.redhat.com/browse/MTA-2056"
},
{
"category": "external",
"summary": "MTA-2064",
"url": "https://issues.redhat.com/browse/MTA-2064"
},
{
"category": "external",
"summary": "MTA-2067",
"url": "https://issues.redhat.com/browse/MTA-2067"
},
{
"category": "external",
"summary": "MTA-2087",
"url": "https://issues.redhat.com/browse/MTA-2087"
},
{
"category": "external",
"summary": "MTA-2093",
"url": "https://issues.redhat.com/browse/MTA-2093"
},
{
"category": "external",
"summary": "MTA-2099",
"url": "https://issues.redhat.com/browse/MTA-2099"
},
{
"category": "external",
"summary": "MTA-2101",
"url": "https://issues.redhat.com/browse/MTA-2101"
},
{
"category": "external",
"summary": "MTA-2160",
"url": "https://issues.redhat.com/browse/MTA-2160"
},
{
"category": "external",
"summary": "MTA-2201",
"url": "https://issues.redhat.com/browse/MTA-2201"
},
{
"category": "external",
"summary": "MTA-2246",
"url": "https://issues.redhat.com/browse/MTA-2246"
},
{
"category": "external",
"summary": "MTA-2260",
"url": "https://issues.redhat.com/browse/MTA-2260"
},
{
"category": "external",
"summary": "MTA-2283",
"url": "https://issues.redhat.com/browse/MTA-2283"
},
{
"category": "external",
"summary": "MTA-2296",
"url": "https://issues.redhat.com/browse/MTA-2296"
},
{
"category": "external",
"summary": "MTA-2320",
"url": "https://issues.redhat.com/browse/MTA-2320"
},
{
"category": "external",
"summary": "MTA-2322",
"url": "https://issues.redhat.com/browse/MTA-2322"
},
{
"category": "external",
"summary": "MTA-2332",
"url": "https://issues.redhat.com/browse/MTA-2332"
},
{
"category": "external",
"summary": "MTA-2343",
"url": "https://issues.redhat.com/browse/MTA-2343"
},
{
"category": "external",
"summary": "MTA-2346",
"url": "https://issues.redhat.com/browse/MTA-2346"
},
{
"category": "external",
"summary": "MTA-2351",
"url": "https://issues.redhat.com/browse/MTA-2351"
},
{
"category": "external",
"summary": "MTA-2354",
"url": "https://issues.redhat.com/browse/MTA-2354"
},
{
"category": "external",
"summary": "MTA-2359",
"url": "https://issues.redhat.com/browse/MTA-2359"
},
{
"category": "external",
"summary": "MTA-467",
"url": "https://issues.redhat.com/browse/MTA-467"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1433.json"
}
],
"title": "Red Hat Security Advisory: Migration Toolkit for Applications security and bug fix update",
"tracking": {
"current_release_date": "2026-04-29T18:03:17+00:00",
"generator": {
"date": "2026-04-29T18:03:17+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2024:1433",
"initial_release_date": "2024-03-20T00:40:07+00:00",
"revision_history": [
{
"date": "2024-03-20T00:40:07+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-03-20T00:40:07+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-29T18:03:17+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "MTA 7.0 for RHEL 9",
"product": {
"name": "MTA 7.0 for RHEL 9",
"product_id": "9Base-MTA-7.0",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:migration_toolkit_applications:7.0::el9"
}
}
},
{
"category": "product_name",
"name": "MTA 7.0 for RHEL 8",
"product": {
"name": "MTA 7.0 for RHEL 8",
"product_id": "8Base-MTA-7.0",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:migration_toolkit_applications:7.0::el8"
}
}
}
],
"category": "product_family",
"name": "Migration Toolkit for Applications"
},
{
"branches": [
{
"category": "product_version",
"name": "mta/mta-analyzer-addon-rhel9@sha256:9b3bd8a8bc45ebb2ebfbd13cd571bd52d5d210b82e760ef8ca49d597709d7f83_amd64",
"product": {
"name": "mta/mta-analyzer-addon-rhel9@sha256:9b3bd8a8bc45ebb2ebfbd13cd571bd52d5d210b82e760ef8ca49d597709d7f83_amd64",
"product_id": "mta/mta-analyzer-addon-rhel9@sha256:9b3bd8a8bc45ebb2ebfbd13cd571bd52d5d210b82e760ef8ca49d597709d7f83_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mta-analyzer-addon-rhel9@sha256:9b3bd8a8bc45ebb2ebfbd13cd571bd52d5d210b82e760ef8ca49d597709d7f83?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-analyzer-addon-rhel9\u0026tag=7.0.2-10"
}
}
},
{
"category": "product_version",
"name": "mta/mta-analyzer-lsp-rhel9@sha256:e318451c6efa1559657e9fe928087ff8fea30478d64f4cb75c5919c5279ebba1_amd64",
"product": {
"name": "mta/mta-analyzer-lsp-rhel9@sha256:e318451c6efa1559657e9fe928087ff8fea30478d64f4cb75c5919c5279ebba1_amd64",
"product_id": "mta/mta-analyzer-lsp-rhel9@sha256:e318451c6efa1559657e9fe928087ff8fea30478d64f4cb75c5919c5279ebba1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mta-analyzer-lsp-rhel9@sha256:e318451c6efa1559657e9fe928087ff8fea30478d64f4cb75c5919c5279ebba1?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-analyzer-lsp-rhel9\u0026tag=7.0.2-9"
}
}
},
{
"category": "product_version",
"name": "mta/mta-cli-rhel9@sha256:afc5c7e7d8cd563a47a6475eb9c23e31553eeeaa0709407a8cd1e7492657ea08_amd64",
"product": {
"name": "mta/mta-cli-rhel9@sha256:afc5c7e7d8cd563a47a6475eb9c23e31553eeeaa0709407a8cd1e7492657ea08_amd64",
"product_id": "mta/mta-cli-rhel9@sha256:afc5c7e7d8cd563a47a6475eb9c23e31553eeeaa0709407a8cd1e7492657ea08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mta-cli-rhel9@sha256:afc5c7e7d8cd563a47a6475eb9c23e31553eeeaa0709407a8cd1e7492657ea08?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-cli-rhel9\u0026tag=7.0.2-13"
}
}
},
{
"category": "product_version",
"name": "mta/mta-hub-rhel9@sha256:5690f54c7dde45d95b407c0f1393a8e01e6f8e5512a2595ef8effe74b19a6d4a_amd64",
"product": {
"name": "mta/mta-hub-rhel9@sha256:5690f54c7dde45d95b407c0f1393a8e01e6f8e5512a2595ef8effe74b19a6d4a_amd64",
"product_id": "mta/mta-hub-rhel9@sha256:5690f54c7dde45d95b407c0f1393a8e01e6f8e5512a2595ef8effe74b19a6d4a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mta-hub-rhel9@sha256:5690f54c7dde45d95b407c0f1393a8e01e6f8e5512a2595ef8effe74b19a6d4a?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-hub-rhel9\u0026tag=7.0.2-9"
}
}
},
{
"category": "product_version",
"name": "mta/mta-operator-bundle@sha256:b8c09648ffba53778128e145ab66b347f68e7960eaa345830363313f9d564d88_amd64",
"product": {
"name": "mta/mta-operator-bundle@sha256:b8c09648ffba53778128e145ab66b347f68e7960eaa345830363313f9d564d88_amd64",
"product_id": "mta/mta-operator-bundle@sha256:b8c09648ffba53778128e145ab66b347f68e7960eaa345830363313f9d564d88_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mta-operator-bundle@sha256:b8c09648ffba53778128e145ab66b347f68e7960eaa345830363313f9d564d88?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-operator-bundle\u0026tag=7.0.2-28"
}
}
},
{
"category": "product_version",
"name": "mta/mta-rhel8-operator@sha256:cc32dfeeb33b7e2d2a63098b2c1c09999a955b69349cbe3e3902fc1101d176a0_amd64",
"product": {
"name": "mta/mta-rhel8-operator@sha256:cc32dfeeb33b7e2d2a63098b2c1c09999a955b69349cbe3e3902fc1101d176a0_amd64",
"product_id": "mta/mta-rhel8-operator@sha256:cc32dfeeb33b7e2d2a63098b2c1c09999a955b69349cbe3e3902fc1101d176a0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mta-rhel8-operator@sha256:cc32dfeeb33b7e2d2a63098b2c1c09999a955b69349cbe3e3902fc1101d176a0?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-rhel8-operator\u0026tag=7.0.2-6"
}
}
},
{
"category": "product_version",
"name": "mta/mta-ui-rhel9@sha256:06c7b18081e2285b29082e26bd013a8d8d464a7641dd8d285e4909ca86514fde_amd64",
"product": {
"name": "mta/mta-ui-rhel9@sha256:06c7b18081e2285b29082e26bd013a8d8d464a7641dd8d285e4909ca86514fde_amd64",
"product_id": "mta/mta-ui-rhel9@sha256:06c7b18081e2285b29082e26bd013a8d8d464a7641dd8d285e4909ca86514fde_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mta-ui-rhel9@sha256:06c7b18081e2285b29082e26bd013a8d8d464a7641dd8d285e4909ca86514fde?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-ui-rhel9\u0026tag=7.0.2-12"
}
}
},
{
"category": "product_version",
"name": "mta/mta-windup-shim-rhel9@sha256:4a35cbbe8c24232c138460ff50d1076392136ddedb7111c26ab2b074ad4017a7_amd64",
"product": {
"name": "mta/mta-windup-shim-rhel9@sha256:4a35cbbe8c24232c138460ff50d1076392136ddedb7111c26ab2b074ad4017a7_amd64",
"product_id": "mta/mta-windup-shim-rhel9@sha256:4a35cbbe8c24232c138460ff50d1076392136ddedb7111c26ab2b074ad4017a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mta-windup-shim-rhel9@sha256:4a35cbbe8c24232c138460ff50d1076392136ddedb7111c26ab2b074ad4017a7?arch=amd64\u0026repository_url=registry.redhat.io/mta/mta-windup-shim-rhel9\u0026tag=7.0.2-10"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "mta/mta-analyzer-lsp-rhel9@sha256:b0a3d36ec379c6c796d18e31b238f2112a3a6ab31f68798c36fb3b588477c451_arm64",
"product": {
"name": "mta/mta-analyzer-lsp-rhel9@sha256:b0a3d36ec379c6c796d18e31b238f2112a3a6ab31f68798c36fb3b588477c451_arm64",
"product_id": "mta/mta-analyzer-lsp-rhel9@sha256:b0a3d36ec379c6c796d18e31b238f2112a3a6ab31f68798c36fb3b588477c451_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mta-analyzer-lsp-rhel9@sha256:b0a3d36ec379c6c796d18e31b238f2112a3a6ab31f68798c36fb3b588477c451?arch=arm64\u0026repository_url=registry.redhat.io/mta/mta-analyzer-lsp-rhel9\u0026tag=7.0.2-9"
}
}
},
{
"category": "product_version",
"name": "mta/mta-cli-rhel9@sha256:d7e65ce9ab3b1d91205a2edbb4293cb8362a323b650a3daf7caf9103ae258812_arm64",
"product": {
"name": "mta/mta-cli-rhel9@sha256:d7e65ce9ab3b1d91205a2edbb4293cb8362a323b650a3daf7caf9103ae258812_arm64",
"product_id": "mta/mta-cli-rhel9@sha256:d7e65ce9ab3b1d91205a2edbb4293cb8362a323b650a3daf7caf9103ae258812_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mta-cli-rhel9@sha256:d7e65ce9ab3b1d91205a2edbb4293cb8362a323b650a3daf7caf9103ae258812?arch=arm64\u0026repository_url=registry.redhat.io/mta/mta-cli-rhel9\u0026tag=7.0.2-13"
}
}
},
{
"category": "product_version",
"name": "mta/mta-windup-shim-rhel9@sha256:3322ff5bdd8d9422567b37888cfe132d48455503e62a38953d5b318d80a02c91_arm64",
"product": {
"name": "mta/mta-windup-shim-rhel9@sha256:3322ff5bdd8d9422567b37888cfe132d48455503e62a38953d5b318d80a02c91_arm64",
"product_id": "mta/mta-windup-shim-rhel9@sha256:3322ff5bdd8d9422567b37888cfe132d48455503e62a38953d5b318d80a02c91_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mta-windup-shim-rhel9@sha256:3322ff5bdd8d9422567b37888cfe132d48455503e62a38953d5b318d80a02c91?arch=arm64\u0026repository_url=registry.redhat.io/mta/mta-windup-shim-rhel9\u0026tag=7.0.2-10"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-rhel8-operator@sha256:cc32dfeeb33b7e2d2a63098b2c1c09999a955b69349cbe3e3902fc1101d176a0_amd64 as a component of MTA 7.0 for RHEL 8",
"product_id": "8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:cc32dfeeb33b7e2d2a63098b2c1c09999a955b69349cbe3e3902fc1101d176a0_amd64"
},
"product_reference": "mta/mta-rhel8-operator@sha256:cc32dfeeb33b7e2d2a63098b2c1c09999a955b69349cbe3e3902fc1101d176a0_amd64",
"relates_to_product_reference": "8Base-MTA-7.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-analyzer-addon-rhel9@sha256:9b3bd8a8bc45ebb2ebfbd13cd571bd52d5d210b82e760ef8ca49d597709d7f83_amd64 as a component of MTA 7.0 for RHEL 9",
"product_id": "9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:9b3bd8a8bc45ebb2ebfbd13cd571bd52d5d210b82e760ef8ca49d597709d7f83_amd64"
},
"product_reference": "mta/mta-analyzer-addon-rhel9@sha256:9b3bd8a8bc45ebb2ebfbd13cd571bd52d5d210b82e760ef8ca49d597709d7f83_amd64",
"relates_to_product_reference": "9Base-MTA-7.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-analyzer-lsp-rhel9@sha256:b0a3d36ec379c6c796d18e31b238f2112a3a6ab31f68798c36fb3b588477c451_arm64 as a component of MTA 7.0 for RHEL 9",
"product_id": "9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:b0a3d36ec379c6c796d18e31b238f2112a3a6ab31f68798c36fb3b588477c451_arm64"
},
"product_reference": "mta/mta-analyzer-lsp-rhel9@sha256:b0a3d36ec379c6c796d18e31b238f2112a3a6ab31f68798c36fb3b588477c451_arm64",
"relates_to_product_reference": "9Base-MTA-7.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-analyzer-lsp-rhel9@sha256:e318451c6efa1559657e9fe928087ff8fea30478d64f4cb75c5919c5279ebba1_amd64 as a component of MTA 7.0 for RHEL 9",
"product_id": "9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:e318451c6efa1559657e9fe928087ff8fea30478d64f4cb75c5919c5279ebba1_amd64"
},
"product_reference": "mta/mta-analyzer-lsp-rhel9@sha256:e318451c6efa1559657e9fe928087ff8fea30478d64f4cb75c5919c5279ebba1_amd64",
"relates_to_product_reference": "9Base-MTA-7.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-cli-rhel9@sha256:afc5c7e7d8cd563a47a6475eb9c23e31553eeeaa0709407a8cd1e7492657ea08_amd64 as a component of MTA 7.0 for RHEL 9",
"product_id": "9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:afc5c7e7d8cd563a47a6475eb9c23e31553eeeaa0709407a8cd1e7492657ea08_amd64"
},
"product_reference": "mta/mta-cli-rhel9@sha256:afc5c7e7d8cd563a47a6475eb9c23e31553eeeaa0709407a8cd1e7492657ea08_amd64",
"relates_to_product_reference": "9Base-MTA-7.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-cli-rhel9@sha256:d7e65ce9ab3b1d91205a2edbb4293cb8362a323b650a3daf7caf9103ae258812_arm64 as a component of MTA 7.0 for RHEL 9",
"product_id": "9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:d7e65ce9ab3b1d91205a2edbb4293cb8362a323b650a3daf7caf9103ae258812_arm64"
},
"product_reference": "mta/mta-cli-rhel9@sha256:d7e65ce9ab3b1d91205a2edbb4293cb8362a323b650a3daf7caf9103ae258812_arm64",
"relates_to_product_reference": "9Base-MTA-7.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-hub-rhel9@sha256:5690f54c7dde45d95b407c0f1393a8e01e6f8e5512a2595ef8effe74b19a6d4a_amd64 as a component of MTA 7.0 for RHEL 9",
"product_id": "9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:5690f54c7dde45d95b407c0f1393a8e01e6f8e5512a2595ef8effe74b19a6d4a_amd64"
},
"product_reference": "mta/mta-hub-rhel9@sha256:5690f54c7dde45d95b407c0f1393a8e01e6f8e5512a2595ef8effe74b19a6d4a_amd64",
"relates_to_product_reference": "9Base-MTA-7.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-operator-bundle@sha256:b8c09648ffba53778128e145ab66b347f68e7960eaa345830363313f9d564d88_amd64 as a component of MTA 7.0 for RHEL 9",
"product_id": "9Base-MTA-7.0:mta/mta-operator-bundle@sha256:b8c09648ffba53778128e145ab66b347f68e7960eaa345830363313f9d564d88_amd64"
},
"product_reference": "mta/mta-operator-bundle@sha256:b8c09648ffba53778128e145ab66b347f68e7960eaa345830363313f9d564d88_amd64",
"relates_to_product_reference": "9Base-MTA-7.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-ui-rhel9@sha256:06c7b18081e2285b29082e26bd013a8d8d464a7641dd8d285e4909ca86514fde_amd64 as a component of MTA 7.0 for RHEL 9",
"product_id": "9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:06c7b18081e2285b29082e26bd013a8d8d464a7641dd8d285e4909ca86514fde_amd64"
},
"product_reference": "mta/mta-ui-rhel9@sha256:06c7b18081e2285b29082e26bd013a8d8d464a7641dd8d285e4909ca86514fde_amd64",
"relates_to_product_reference": "9Base-MTA-7.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-windup-shim-rhel9@sha256:3322ff5bdd8d9422567b37888cfe132d48455503e62a38953d5b318d80a02c91_arm64 as a component of MTA 7.0 for RHEL 9",
"product_id": "9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:3322ff5bdd8d9422567b37888cfe132d48455503e62a38953d5b318d80a02c91_arm64"
},
"product_reference": "mta/mta-windup-shim-rhel9@sha256:3322ff5bdd8d9422567b37888cfe132d48455503e62a38953d5b318d80a02c91_arm64",
"relates_to_product_reference": "9Base-MTA-7.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mta/mta-windup-shim-rhel9@sha256:4a35cbbe8c24232c138460ff50d1076392136ddedb7111c26ab2b074ad4017a7_amd64 as a component of MTA 7.0 for RHEL 9",
"product_id": "9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:4a35cbbe8c24232c138460ff50d1076392136ddedb7111c26ab2b074ad4017a7_amd64"
},
"product_reference": "mta/mta-windup-shim-rhel9@sha256:4a35cbbe8c24232c138460ff50d1076392136ddedb7111c26ab2b074ad4017a7_amd64",
"relates_to_product_reference": "9Base-MTA-7.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-1962",
"cwe": {
"id": "CWE-1325",
"name": "Improperly Controlled Sequential Memory Allocation"
},
"discovery_date": "2022-07-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:cc32dfeeb33b7e2d2a63098b2c1c09999a955b69349cbe3e3902fc1101d176a0_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:9b3bd8a8bc45ebb2ebfbd13cd571bd52d5d210b82e760ef8ca49d597709d7f83_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:b0a3d36ec379c6c796d18e31b238f2112a3a6ab31f68798c36fb3b588477c451_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:e318451c6efa1559657e9fe928087ff8fea30478d64f4cb75c5919c5279ebba1_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:afc5c7e7d8cd563a47a6475eb9c23e31553eeeaa0709407a8cd1e7492657ea08_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:d7e65ce9ab3b1d91205a2edbb4293cb8362a323b650a3daf7caf9103ae258812_arm64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:b8c09648ffba53778128e145ab66b347f68e7960eaa345830363313f9d564d88_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:06c7b18081e2285b29082e26bd013a8d8d464a7641dd8d285e4909ca86514fde_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:3322ff5bdd8d9422567b37888cfe132d48455503e62a38953d5b318d80a02c91_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:4a35cbbe8c24232c138460ff50d1076392136ddedb7111c26ab2b074ad4017a7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2107376"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang standard library, go/parser. When calling any Parse functions on the Go source code, which contains deeply nested types or declarations, a panic can occur due to stack exhaustion. This issue allows an attacker to impact system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: go/parser: stack exhaustion in all Parse* functions",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:5690f54c7dde45d95b407c0f1393a8e01e6f8e5512a2595ef8effe74b19a6d4a_amd64"
],
"known_not_affected": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:cc32dfeeb33b7e2d2a63098b2c1c09999a955b69349cbe3e3902fc1101d176a0_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:9b3bd8a8bc45ebb2ebfbd13cd571bd52d5d210b82e760ef8ca49d597709d7f83_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:b0a3d36ec379c6c796d18e31b238f2112a3a6ab31f68798c36fb3b588477c451_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:e318451c6efa1559657e9fe928087ff8fea30478d64f4cb75c5919c5279ebba1_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:afc5c7e7d8cd563a47a6475eb9c23e31553eeeaa0709407a8cd1e7492657ea08_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:d7e65ce9ab3b1d91205a2edbb4293cb8362a323b650a3daf7caf9103ae258812_arm64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:b8c09648ffba53778128e145ab66b347f68e7960eaa345830363313f9d564d88_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:06c7b18081e2285b29082e26bd013a8d8d464a7641dd8d285e4909ca86514fde_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:3322ff5bdd8d9422567b37888cfe132d48455503e62a38953d5b318d80a02c91_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:4a35cbbe8c24232c138460ff50d1076392136ddedb7111c26ab2b074ad4017a7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1962"
},
{
"category": "external",
"summary": "RHBZ#2107376",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107376"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1962",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1962"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1962",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1962"
},
{
"category": "external",
"summary": "https://go.dev/issue/53616",
"url": "https://go.dev/issue/53616"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-03-20T00:40:07+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:5690f54c7dde45d95b407c0f1393a8e01e6f8e5512a2595ef8effe74b19a6d4a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1433"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-MTA-7.0:mta/mta-rhel8-operator@sha256:cc32dfeeb33b7e2d2a63098b2c1c09999a955b69349cbe3e3902fc1101d176a0_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-addon-rhel9@sha256:9b3bd8a8bc45ebb2ebfbd13cd571bd52d5d210b82e760ef8ca49d597709d7f83_amd64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:b0a3d36ec379c6c796d18e31b238f2112a3a6ab31f68798c36fb3b588477c451_arm64",
"9Base-MTA-7.0:mta/mta-analyzer-lsp-rhel9@sha256:e318451c6efa1559657e9fe928087ff8fea30478d64f4cb75c5919c5279ebba1_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:afc5c7e7d8cd563a47a6475eb9c23e31553eeeaa0709407a8cd1e7492657ea08_amd64",
"9Base-MTA-7.0:mta/mta-cli-rhel9@sha256:d7e65ce9ab3b1d91205a2edbb4293cb8362a323b650a3daf7caf9103ae258812_arm64",
"9Base-MTA-7.0:mta/mta-hub-rhel9@sha256:5690f54c7dde45d95b407c0f1393a8e01e6f8e5512a2595ef8effe74b19a6d4a_amd64",
"9Base-MTA-7.0:mta/mta-operator-bundle@sha256:b8c09648ffba53778128e145ab66b347f68e7960eaa345830363313f9d564d88_amd64",
"9Base-MTA-7.0:mta/mta-ui-rhel9@sha256:06c7b18081e2285b29082e26bd013a8d8d464a7641dd8d285e4909ca86514fde_amd64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:3322ff5bdd8d9422567b37888cfe132d48455503e62a38953d5b318d80a02c91_arm64",
"9Base-MTA-7.0:mta/mta-windup-shim-rhel9@sha256:4a35cbbe8c24232c138460ff50d1076392136ddedb7111c26ab2b074ad4017a7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: go/parser: stack exhaustion in all Parse* functions"
}
]
}
SUSE-SU-2022:2671-1
Vulnerability from csaf_suse - Published: 2022-08-04 12:05 - Updated: 2022-08-04 12:05| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for go1.17",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for go1.17 fixes the following issues:\n\nUpdate to go version 1.17.13 (bsc#1190649):\n\n- CVE-2022-32189: encoding/gob, math/big: decoding big.Float and big.Rat can panic (bsc#1202035).\n- CVE-2022-30635: encoding/gob: stack exhaustion in Decoder.Decode (bsc#1201444).\n- CVE-2022-30631: compress/gzip: stack exhaustion in Reader.Read (bsc#1201437).\n- CVE-2022-1962: go/parser: stack exhaustion in all Parse* functions (bsc#1201448).\n- CVE-2022-28131: encoding/xml: stack exhaustion in Decoder.Skip (bsc#1201443).\n- CVE-2022-1705: net/http: improper sanitization of Transfer-Encoding header (bsc#1201434)\n- CVE-2022-30630: io/fs: stack exhaustion in Glob (bsc#1201447).\n- CVE-2022-32148: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working (bsc#1201436)\n- CVE-2022-30632: path/filepath: stack exhaustion in Glob (bsc#1201445).\n- CVE-2022-30633: encoding/xml: stack exhaustion in Unmarshal (bsc#1201440).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2022-2671,SUSE-SLE-Module-Development-Tools-15-SP3-2022-2671,SUSE-SLE-Module-Development-Tools-15-SP4-2022-2671,SUSE-SLE-Product-HPC-15-SP2-ESPOS-2022-2671,SUSE-SLE-Product-HPC-15-SP2-LTSS-2022-2671,SUSE-SLE-Product-SLES-15-SP2-BCL-2022-2671,SUSE-SLE-Product-SLES-15-SP2-LTSS-2022-2671,SUSE-SLE-Product-SLES_SAP-15-SP2-2022-2671,SUSE-SLE-Product-SUSE-Manager-Proxy-4.1-2022-2671,SUSE-SLE-Product-SUSE-Manager-Retail-Branch-Server-4.1-2022-2671,SUSE-SLE-Product-SUSE-Manager-Server-4.1-2022-2671,SUSE-Storage-7-2022-2671,openSUSE-SLE-15.3-2022-2671,openSUSE-SLE-15.4-2022-2671",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2022_2671-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2022:2671-1",
"url": "https://www.suse.com/support/update/announcement/2022/suse-su-20222671-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2022:2671-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-August/011802.html"
},
{
"category": "self",
"summary": "SUSE Bug 1190649",
"url": "https://bugzilla.suse.com/1190649"
},
{
"category": "self",
"summary": "SUSE Bug 1201434",
"url": "https://bugzilla.suse.com/1201434"
},
{
"category": "self",
"summary": "SUSE Bug 1201436",
"url": "https://bugzilla.suse.com/1201436"
},
{
"category": "self",
"summary": "SUSE Bug 1201437",
"url": "https://bugzilla.suse.com/1201437"
},
{
"category": "self",
"summary": "SUSE Bug 1201440",
"url": "https://bugzilla.suse.com/1201440"
},
{
"category": "self",
"summary": "SUSE Bug 1201443",
"url": "https://bugzilla.suse.com/1201443"
},
{
"category": "self",
"summary": "SUSE Bug 1201444",
"url": "https://bugzilla.suse.com/1201444"
},
{
"category": "self",
"summary": "SUSE Bug 1201445",
"url": "https://bugzilla.suse.com/1201445"
},
{
"category": "self",
"summary": "SUSE Bug 1201447",
"url": "https://bugzilla.suse.com/1201447"
},
{
"category": "self",
"summary": "SUSE Bug 1201448",
"url": "https://bugzilla.suse.com/1201448"
},
{
"category": "self",
"summary": "SUSE Bug 1202035",
"url": "https://bugzilla.suse.com/1202035"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-1705 page",
"url": "https://www.suse.com/security/cve/CVE-2022-1705/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-1962 page",
"url": "https://www.suse.com/security/cve/CVE-2022-1962/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-28131 page",
"url": "https://www.suse.com/security/cve/CVE-2022-28131/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-30630 page",
"url": "https://www.suse.com/security/cve/CVE-2022-30630/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-30631 page",
"url": "https://www.suse.com/security/cve/CVE-2022-30631/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-30632 page",
"url": "https://www.suse.com/security/cve/CVE-2022-30632/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-30633 page",
"url": "https://www.suse.com/security/cve/CVE-2022-30633/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-30635 page",
"url": "https://www.suse.com/security/cve/CVE-2022-30635/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-32148 page",
"url": "https://www.suse.com/security/cve/CVE-2022-32148/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-32189 page",
"url": "https://www.suse.com/security/cve/CVE-2022-32189/"
}
],
"title": "Security update for go1.17",
"tracking": {
"current_release_date": "2022-08-04T12:05:44Z",
"generator": {
"date": "2022-08-04T12:05:44Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2022:2671-1",
"initial_release_date": "2022-08-04T12:05:44Z",
"revision_history": [
{
"date": "2022-08-04T12:05:44Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.17-1.17.13-150000.1.42.1.aarch64",
"product": {
"name": "go1.17-1.17.13-150000.1.42.1.aarch64",
"product_id": "go1.17-1.17.13-150000.1.42.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"product": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"product_id": "go1.17-doc-1.17.13-150000.1.42.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.17-race-1.17.13-150000.1.42.1.aarch64",
"product": {
"name": "go1.17-race-1.17.13-150000.1.42.1.aarch64",
"product_id": "go1.17-race-1.17.13-150000.1.42.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.17-1.17.13-150000.1.42.1.i586",
"product": {
"name": "go1.17-1.17.13-150000.1.42.1.i586",
"product_id": "go1.17-1.17.13-150000.1.42.1.i586"
}
},
{
"category": "product_version",
"name": "go1.17-doc-1.17.13-150000.1.42.1.i586",
"product": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.i586",
"product_id": "go1.17-doc-1.17.13-150000.1.42.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.17-1.17.13-150000.1.42.1.ppc64le",
"product": {
"name": "go1.17-1.17.13-150000.1.42.1.ppc64le",
"product_id": "go1.17-1.17.13-150000.1.42.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"product": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"product_id": "go1.17-doc-1.17.13-150000.1.42.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.17-1.17.13-150000.1.42.1.s390x",
"product": {
"name": "go1.17-1.17.13-150000.1.42.1.s390x",
"product_id": "go1.17-1.17.13-150000.1.42.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.17-doc-1.17.13-150000.1.42.1.s390x",
"product": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.s390x",
"product_id": "go1.17-doc-1.17.13-150000.1.42.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.17-1.17.13-150000.1.42.1.x86_64",
"product": {
"name": "go1.17-1.17.13-150000.1.42.1.x86_64",
"product_id": "go1.17-1.17.13-150000.1.42.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"product": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"product_id": "go1.17-doc-1.17.13-150000.1.42.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.17-race-1.17.13-150000.1.42.1.x86_64",
"product": {
"name": "go1.17-race-1.17.13-150000.1.42.1.x86_64",
"product_id": "go1.17-race-1.17.13-150000.1.42.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP2-BCL",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_bcl:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Proxy 4.1",
"product": {
"name": "SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-proxy:4.1"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Retail Branch Server 4.1",
"product": {
"name": "SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-retail-branch-server:4.1"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server 4.1",
"product": {
"name": "SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server:4.1"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7",
"product": {
"name": "SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.3",
"product": {
"name": "openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.3"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.4",
"product": {
"name": "openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.4"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-race-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-race-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-race-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-race-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-race-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-race-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-race-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-race-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-race-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-150000.1.42.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-race-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-race-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-150000.1.42.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-race-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-150000.1.42.1.x86_64 as component of SUSE Manager Proxy 4.1",
"product_id": "SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-race-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-150000.1.42.1.x86_64 as component of SUSE Manager Retail Branch Server 4.1",
"product_id": "SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-race-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.ppc64le as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.s390x as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-150000.1.42.1.x86_64 as component of SUSE Manager Server 4.1",
"product_id": "SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-race-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-150000.1.42.1.aarch64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-race-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-150000.1.42.1.x86_64 as component of SUSE Enterprise Storage 7",
"product_id": "SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-race-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.i586 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.i586",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.i586 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.i586",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-150000.1.42.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-race-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-150000.1.42.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-race-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.13-150000.1.42.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.13-150000.1.42.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-150000.1.42.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64"
},
"product_reference": "go1.17-race-1.17.13-150000.1.42.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.13-150000.1.42.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
},
"product_reference": "go1.17-race-1.17.13-150000.1.42.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-1705",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-1705"
}
],
"notes": [
{
"category": "general",
"text": "Acceptance of some invalid Transfer-Encoding headers in the HTTP/1 client in net/http before Go 1.17.12 and Go 1.18.4 allows HTTP request smuggling if combined with an intermediate server that also improperly fails to reject the header as invalid.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-1705",
"url": "https://www.suse.com/security/cve/CVE-2022-1705"
},
{
"category": "external",
"summary": "SUSE Bug 1201434 for CVE-2022-1705",
"url": "https://bugzilla.suse.com/1201434"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-08-04T12:05:44Z",
"details": "moderate"
}
],
"title": "CVE-2022-1705"
},
{
"cve": "CVE-2022-1962",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-1962"
}
],
"notes": [
{
"category": "general",
"text": "Uncontrolled recursion in the Parse functions in go/parser before Go 1.17.12 and Go 1.18.4 allow an attacker to cause a panic due to stack exhaustion via deeply nested types or declarations.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-1962",
"url": "https://www.suse.com/security/cve/CVE-2022-1962"
},
{
"category": "external",
"summary": "SUSE Bug 1201448 for CVE-2022-1962",
"url": "https://bugzilla.suse.com/1201448"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-08-04T12:05:44Z",
"details": "moderate"
}
],
"title": "CVE-2022-1962"
},
{
"cve": "CVE-2022-28131",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-28131"
}
],
"notes": [
{
"category": "general",
"text": "Uncontrolled recursion in Decoder.Skip in encoding/xml before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a deeply nested XML document.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-28131",
"url": "https://www.suse.com/security/cve/CVE-2022-28131"
},
{
"category": "external",
"summary": "SUSE Bug 1201443 for CVE-2022-28131",
"url": "https://bugzilla.suse.com/1201443"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-08-04T12:05:44Z",
"details": "moderate"
}
],
"title": "CVE-2022-28131"
},
{
"cve": "CVE-2022-30630",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-30630"
}
],
"notes": [
{
"category": "general",
"text": "Uncontrolled recursion in Glob in io/fs before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a path which contains a large number of path separators.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-30630",
"url": "https://www.suse.com/security/cve/CVE-2022-30630"
},
{
"category": "external",
"summary": "SUSE Bug 1201447 for CVE-2022-30630",
"url": "https://bugzilla.suse.com/1201447"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-08-04T12:05:44Z",
"details": "moderate"
}
],
"title": "CVE-2022-30630"
},
{
"cve": "CVE-2022-30631",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-30631"
}
],
"notes": [
{
"category": "general",
"text": "Uncontrolled recursion in Reader.Read in compress/gzip before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via an archive containing a large number of concatenated 0-length compressed files.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-30631",
"url": "https://www.suse.com/security/cve/CVE-2022-30631"
},
{
"category": "external",
"summary": "SUSE Bug 1201437 for CVE-2022-30631",
"url": "https://bugzilla.suse.com/1201437"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-08-04T12:05:44Z",
"details": "moderate"
}
],
"title": "CVE-2022-30631"
},
{
"cve": "CVE-2022-30632",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-30632"
}
],
"notes": [
{
"category": "general",
"text": "Uncontrolled recursion in Glob in path/filepath before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a path containing a large number of path separators.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-30632",
"url": "https://www.suse.com/security/cve/CVE-2022-30632"
},
{
"category": "external",
"summary": "SUSE Bug 1201445 for CVE-2022-30632",
"url": "https://bugzilla.suse.com/1201445"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-08-04T12:05:44Z",
"details": "moderate"
}
],
"title": "CVE-2022-30632"
},
{
"cve": "CVE-2022-30633",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-30633"
}
],
"notes": [
{
"category": "general",
"text": "Uncontrolled recursion in Unmarshal in encoding/xml before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via unmarshalling an XML document into a Go struct which has a nested field that uses the \u0027any\u0027 field tag.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-30633",
"url": "https://www.suse.com/security/cve/CVE-2022-30633"
},
{
"category": "external",
"summary": "SUSE Bug 1201440 for CVE-2022-30633",
"url": "https://bugzilla.suse.com/1201440"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-08-04T12:05:44Z",
"details": "moderate"
}
],
"title": "CVE-2022-30633"
},
{
"cve": "CVE-2022-30635",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-30635"
}
],
"notes": [
{
"category": "general",
"text": "Uncontrolled recursion in Decoder.Decode in encoding/gob before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a message which contains deeply nested structures.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-30635",
"url": "https://www.suse.com/security/cve/CVE-2022-30635"
},
{
"category": "external",
"summary": "SUSE Bug 1201444 for CVE-2022-30635",
"url": "https://bugzilla.suse.com/1201444"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-08-04T12:05:44Z",
"details": "moderate"
}
],
"title": "CVE-2022-30635"
},
{
"cve": "CVE-2022-32148",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-32148"
}
],
"notes": [
{
"category": "general",
"text": "Improper exposure of client IP addresses in net/http before Go 1.17.12 and Go 1.18.4 can be triggered by calling httputil.ReverseProxy.ServeHTTP with a Request.Header map containing a nil value for the X-Forwarded-For header, which causes ReverseProxy to set the client IP as the value of the X-Forwarded-For header.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-32148",
"url": "https://www.suse.com/security/cve/CVE-2022-32148"
},
{
"category": "external",
"summary": "SUSE Bug 1201436 for CVE-2022-32148",
"url": "https://bugzilla.suse.com/1201436"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-08-04T12:05:44Z",
"details": "moderate"
}
],
"title": "CVE-2022-32148"
},
{
"cve": "CVE-2022-32189",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-32189"
}
],
"notes": [
{
"category": "general",
"text": "A too-short encoded message can cause a panic in Float.GobDecode and Rat GobDecode in math/big in Go before 1.17.13 and 1.18.5, potentially allowing a denial of service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-32189",
"url": "https://www.suse.com/security/cve/CVE-2022-32189"
},
{
"category": "external",
"summary": "SUSE Bug 1202035 for CVE-2022-32189",
"url": "https://bugzilla.suse.com/1202035"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Enterprise Storage 7:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-BCL:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Proxy 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Retail Branch Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"SUSE Manager Server 4.1:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"SUSE Manager Server 4.1:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.i586",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.3:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.3:go1.17-race-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.ppc64le",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.s390x",
"openSUSE Leap 15.4:go1.17-doc-1.17.13-150000.1.42.1.x86_64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.aarch64",
"openSUSE Leap 15.4:go1.17-race-1.17.13-150000.1.42.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-08-04T12:05:44Z",
"details": "moderate"
}
],
"title": "CVE-2022-32189"
}
]
}
SUSE-SU-2022:2672-1
Vulnerability from csaf_suse - Published: 2022-08-04 12:06 - Updated: 2022-08-04 12:06| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for go1.18",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for go1.18 fixes the following issues:\n\nUpdate to go version 1.18.5 (bsc#1193742):\n\n- CVE-2022-32189: encoding/gob, math/big: decoding big.Float and big.Rat can panic (bsc#1202035).\n- CVE-2022-1705: net/http: improper sanitization of Transfer-Encoding header (bsc#1201434)\n- CVE-2022-32148: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working (bsc#1201436)\n- CVE-2022-30631: compress/gzip: stack exhaustion in Reader.Read (bsc#1201437).\n- CVE-2022-30633: encoding/xml: stack exhaustion in Unmarshal (bsc#1201440).\n- CVE-2022-28131: encoding/xml: stack exhaustion in Decoder.Skip (bsc#1201443).\n- CVE-2022-30635: encoding/gob: stack exhaustion in Decoder.Decode (bsc#1201444).\n- CVE-2022-30632: path/filepath: stack exhaustion in Glob (bsc#1201445).\n- CVE-2022-30630: io/fs: stack exhaustion in Glob (bsc#1201447).\n- CVE-2022-1962: go/parser: stack exhaustion in all Parse* functions (bsc#1201448).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2022-2672,SUSE-SLE-Module-Development-Tools-15-SP3-2022-2672,SUSE-SLE-Module-Development-Tools-15-SP4-2022-2672,openSUSE-SLE-15.3-2022-2672,openSUSE-SLE-15.4-2022-2672",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2022_2672-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2022:2672-1",
"url": "https://www.suse.com/support/update/announcement/2022/suse-su-20222672-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2022:2672-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-August/011804.html"
},
{
"category": "self",
"summary": "SUSE Bug 1193742",
"url": "https://bugzilla.suse.com/1193742"
},
{
"category": "self",
"summary": "SUSE Bug 1201434",
"url": "https://bugzilla.suse.com/1201434"
},
{
"category": "self",
"summary": "SUSE Bug 1201436",
"url": "https://bugzilla.suse.com/1201436"
},
{
"category": "self",
"summary": "SUSE Bug 1201437",
"url": "https://bugzilla.suse.com/1201437"
},
{
"category": "self",
"summary": "SUSE Bug 1201440",
"url": "https://bugzilla.suse.com/1201440"
},
{
"category": "self",
"summary": "SUSE Bug 1201443",
"url": "https://bugzilla.suse.com/1201443"
},
{
"category": "self",
"summary": "SUSE Bug 1201444",
"url": "https://bugzilla.suse.com/1201444"
},
{
"category": "self",
"summary": "SUSE Bug 1201445",
"url": "https://bugzilla.suse.com/1201445"
},
{
"category": "self",
"summary": "SUSE Bug 1201447",
"url": "https://bugzilla.suse.com/1201447"
},
{
"category": "self",
"summary": "SUSE Bug 1201448",
"url": "https://bugzilla.suse.com/1201448"
},
{
"category": "self",
"summary": "SUSE Bug 1202035",
"url": "https://bugzilla.suse.com/1202035"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-1705 page",
"url": "https://www.suse.com/security/cve/CVE-2022-1705/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-1962 page",
"url": "https://www.suse.com/security/cve/CVE-2022-1962/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-28131 page",
"url": "https://www.suse.com/security/cve/CVE-2022-28131/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-30630 page",
"url": "https://www.suse.com/security/cve/CVE-2022-30630/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-30631 page",
"url": "https://www.suse.com/security/cve/CVE-2022-30631/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-30632 page",
"url": "https://www.suse.com/security/cve/CVE-2022-30632/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-30633 page",
"url": "https://www.suse.com/security/cve/CVE-2022-30633/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-30635 page",
"url": "https://www.suse.com/security/cve/CVE-2022-30635/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-32148 page",
"url": "https://www.suse.com/security/cve/CVE-2022-32148/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-32189 page",
"url": "https://www.suse.com/security/cve/CVE-2022-32189/"
}
],
"title": "Security update for go1.18",
"tracking": {
"current_release_date": "2022-08-04T12:06:36Z",
"generator": {
"date": "2022-08-04T12:06:36Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2022:2672-1",
"initial_release_date": "2022-08-04T12:06:36Z",
"revision_history": [
{
"date": "2022-08-04T12:06:36Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.18-1.18.5-150000.1.25.1.aarch64",
"product": {
"name": "go1.18-1.18.5-150000.1.25.1.aarch64",
"product_id": "go1.18-1.18.5-150000.1.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"product": {
"name": "go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"product_id": "go1.18-doc-1.18.5-150000.1.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.18-race-1.18.5-150000.1.25.1.aarch64",
"product": {
"name": "go1.18-race-1.18.5-150000.1.25.1.aarch64",
"product_id": "go1.18-race-1.18.5-150000.1.25.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.18-1.18.5-150000.1.25.1.i586",
"product": {
"name": "go1.18-1.18.5-150000.1.25.1.i586",
"product_id": "go1.18-1.18.5-150000.1.25.1.i586"
}
},
{
"category": "product_version",
"name": "go1.18-doc-1.18.5-150000.1.25.1.i586",
"product": {
"name": "go1.18-doc-1.18.5-150000.1.25.1.i586",
"product_id": "go1.18-doc-1.18.5-150000.1.25.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.18-1.18.5-150000.1.25.1.ppc64le",
"product": {
"name": "go1.18-1.18.5-150000.1.25.1.ppc64le",
"product_id": "go1.18-1.18.5-150000.1.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"product": {
"name": "go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"product_id": "go1.18-doc-1.18.5-150000.1.25.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.18-1.18.5-150000.1.25.1.s390x",
"product": {
"name": "go1.18-1.18.5-150000.1.25.1.s390x",
"product_id": "go1.18-1.18.5-150000.1.25.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.18-doc-1.18.5-150000.1.25.1.s390x",
"product": {
"name": "go1.18-doc-1.18.5-150000.1.25.1.s390x",
"product_id": "go1.18-doc-1.18.5-150000.1.25.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.18-1.18.5-150000.1.25.1.x86_64",
"product": {
"name": "go1.18-1.18.5-150000.1.25.1.x86_64",
"product_id": "go1.18-1.18.5-150000.1.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"product": {
"name": "go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"product_id": "go1.18-doc-1.18.5-150000.1.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.18-race-1.18.5-150000.1.25.1.x86_64",
"product": {
"name": "go1.18-race-1.18.5-150000.1.25.1.x86_64",
"product_id": "go1.18-race-1.18.5-150000.1.25.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp4"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.3",
"product": {
"name": "openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.3"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.4",
"product": {
"name": "openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.4"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-1.18.5-150000.1.25.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64"
},
"product_reference": "go1.18-1.18.5-150000.1.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-1.18.5-150000.1.25.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le"
},
"product_reference": "go1.18-1.18.5-150000.1.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-1.18.5-150000.1.25.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x"
},
"product_reference": "go1.18-1.18.5-150000.1.25.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-1.18.5-150000.1.25.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64"
},
"product_reference": "go1.18-1.18.5-150000.1.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-doc-1.18.5-150000.1.25.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64"
},
"product_reference": "go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-doc-1.18.5-150000.1.25.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le"
},
"product_reference": "go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-doc-1.18.5-150000.1.25.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x"
},
"product_reference": "go1.18-doc-1.18.5-150000.1.25.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-doc-1.18.5-150000.1.25.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64"
},
"product_reference": "go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-race-1.18.5-150000.1.25.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64"
},
"product_reference": "go1.18-race-1.18.5-150000.1.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-race-1.18.5-150000.1.25.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64"
},
"product_reference": "go1.18-race-1.18.5-150000.1.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-1.18.5-150000.1.25.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64"
},
"product_reference": "go1.18-1.18.5-150000.1.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-1.18.5-150000.1.25.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le"
},
"product_reference": "go1.18-1.18.5-150000.1.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-1.18.5-150000.1.25.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x"
},
"product_reference": "go1.18-1.18.5-150000.1.25.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-1.18.5-150000.1.25.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64"
},
"product_reference": "go1.18-1.18.5-150000.1.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-doc-1.18.5-150000.1.25.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64"
},
"product_reference": "go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-doc-1.18.5-150000.1.25.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le"
},
"product_reference": "go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-doc-1.18.5-150000.1.25.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x"
},
"product_reference": "go1.18-doc-1.18.5-150000.1.25.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-doc-1.18.5-150000.1.25.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64"
},
"product_reference": "go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-race-1.18.5-150000.1.25.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64"
},
"product_reference": "go1.18-race-1.18.5-150000.1.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-race-1.18.5-150000.1.25.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
},
"product_reference": "go1.18-race-1.18.5-150000.1.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-1.18.5-150000.1.25.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64"
},
"product_reference": "go1.18-1.18.5-150000.1.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-1.18.5-150000.1.25.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le"
},
"product_reference": "go1.18-1.18.5-150000.1.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-1.18.5-150000.1.25.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x"
},
"product_reference": "go1.18-1.18.5-150000.1.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-1.18.5-150000.1.25.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64"
},
"product_reference": "go1.18-1.18.5-150000.1.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-doc-1.18.5-150000.1.25.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64"
},
"product_reference": "go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-doc-1.18.5-150000.1.25.1.ppc64le as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le"
},
"product_reference": "go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-doc-1.18.5-150000.1.25.1.s390x as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x"
},
"product_reference": "go1.18-doc-1.18.5-150000.1.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-doc-1.18.5-150000.1.25.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64"
},
"product_reference": "go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-race-1.18.5-150000.1.25.1.aarch64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64"
},
"product_reference": "go1.18-race-1.18.5-150000.1.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-race-1.18.5-150000.1.25.1.x86_64 as component of openSUSE Leap 15.3",
"product_id": "openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64"
},
"product_reference": "go1.18-race-1.18.5-150000.1.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-1.18.5-150000.1.25.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64"
},
"product_reference": "go1.18-1.18.5-150000.1.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-1.18.5-150000.1.25.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le"
},
"product_reference": "go1.18-1.18.5-150000.1.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-1.18.5-150000.1.25.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x"
},
"product_reference": "go1.18-1.18.5-150000.1.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-1.18.5-150000.1.25.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64"
},
"product_reference": "go1.18-1.18.5-150000.1.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-doc-1.18.5-150000.1.25.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64"
},
"product_reference": "go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-doc-1.18.5-150000.1.25.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le"
},
"product_reference": "go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-doc-1.18.5-150000.1.25.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x"
},
"product_reference": "go1.18-doc-1.18.5-150000.1.25.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-doc-1.18.5-150000.1.25.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64"
},
"product_reference": "go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-race-1.18.5-150000.1.25.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64"
},
"product_reference": "go1.18-race-1.18.5-150000.1.25.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-race-1.18.5-150000.1.25.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
},
"product_reference": "go1.18-race-1.18.5-150000.1.25.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-1705",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-1705"
}
],
"notes": [
{
"category": "general",
"text": "Acceptance of some invalid Transfer-Encoding headers in the HTTP/1 client in net/http before Go 1.17.12 and Go 1.18.4 allows HTTP request smuggling if combined with an intermediate server that also improperly fails to reject the header as invalid.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-1705",
"url": "https://www.suse.com/security/cve/CVE-2022-1705"
},
{
"category": "external",
"summary": "SUSE Bug 1201434 for CVE-2022-1705",
"url": "https://bugzilla.suse.com/1201434"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-08-04T12:06:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-1705"
},
{
"cve": "CVE-2022-1962",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-1962"
}
],
"notes": [
{
"category": "general",
"text": "Uncontrolled recursion in the Parse functions in go/parser before Go 1.17.12 and Go 1.18.4 allow an attacker to cause a panic due to stack exhaustion via deeply nested types or declarations.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-1962",
"url": "https://www.suse.com/security/cve/CVE-2022-1962"
},
{
"category": "external",
"summary": "SUSE Bug 1201448 for CVE-2022-1962",
"url": "https://bugzilla.suse.com/1201448"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-08-04T12:06:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-1962"
},
{
"cve": "CVE-2022-28131",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-28131"
}
],
"notes": [
{
"category": "general",
"text": "Uncontrolled recursion in Decoder.Skip in encoding/xml before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a deeply nested XML document.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-28131",
"url": "https://www.suse.com/security/cve/CVE-2022-28131"
},
{
"category": "external",
"summary": "SUSE Bug 1201443 for CVE-2022-28131",
"url": "https://bugzilla.suse.com/1201443"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-08-04T12:06:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-28131"
},
{
"cve": "CVE-2022-30630",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-30630"
}
],
"notes": [
{
"category": "general",
"text": "Uncontrolled recursion in Glob in io/fs before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a path which contains a large number of path separators.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-30630",
"url": "https://www.suse.com/security/cve/CVE-2022-30630"
},
{
"category": "external",
"summary": "SUSE Bug 1201447 for CVE-2022-30630",
"url": "https://bugzilla.suse.com/1201447"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-08-04T12:06:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-30630"
},
{
"cve": "CVE-2022-30631",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-30631"
}
],
"notes": [
{
"category": "general",
"text": "Uncontrolled recursion in Reader.Read in compress/gzip before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via an archive containing a large number of concatenated 0-length compressed files.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-30631",
"url": "https://www.suse.com/security/cve/CVE-2022-30631"
},
{
"category": "external",
"summary": "SUSE Bug 1201437 for CVE-2022-30631",
"url": "https://bugzilla.suse.com/1201437"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-08-04T12:06:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-30631"
},
{
"cve": "CVE-2022-30632",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-30632"
}
],
"notes": [
{
"category": "general",
"text": "Uncontrolled recursion in Glob in path/filepath before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a path containing a large number of path separators.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-30632",
"url": "https://www.suse.com/security/cve/CVE-2022-30632"
},
{
"category": "external",
"summary": "SUSE Bug 1201445 for CVE-2022-30632",
"url": "https://bugzilla.suse.com/1201445"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-08-04T12:06:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-30632"
},
{
"cve": "CVE-2022-30633",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-30633"
}
],
"notes": [
{
"category": "general",
"text": "Uncontrolled recursion in Unmarshal in encoding/xml before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via unmarshalling an XML document into a Go struct which has a nested field that uses the \u0027any\u0027 field tag.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-30633",
"url": "https://www.suse.com/security/cve/CVE-2022-30633"
},
{
"category": "external",
"summary": "SUSE Bug 1201440 for CVE-2022-30633",
"url": "https://bugzilla.suse.com/1201440"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-08-04T12:06:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-30633"
},
{
"cve": "CVE-2022-30635",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-30635"
}
],
"notes": [
{
"category": "general",
"text": "Uncontrolled recursion in Decoder.Decode in encoding/gob before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a message which contains deeply nested structures.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-30635",
"url": "https://www.suse.com/security/cve/CVE-2022-30635"
},
{
"category": "external",
"summary": "SUSE Bug 1201444 for CVE-2022-30635",
"url": "https://bugzilla.suse.com/1201444"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-08-04T12:06:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-30635"
},
{
"cve": "CVE-2022-32148",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-32148"
}
],
"notes": [
{
"category": "general",
"text": "Improper exposure of client IP addresses in net/http before Go 1.17.12 and Go 1.18.4 can be triggered by calling httputil.ReverseProxy.ServeHTTP with a Request.Header map containing a nil value for the X-Forwarded-For header, which causes ReverseProxy to set the client IP as the value of the X-Forwarded-For header.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-32148",
"url": "https://www.suse.com/security/cve/CVE-2022-32148"
},
{
"category": "external",
"summary": "SUSE Bug 1201436 for CVE-2022-32148",
"url": "https://bugzilla.suse.com/1201436"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-08-04T12:06:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-32148"
},
{
"cve": "CVE-2022-32189",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-32189"
}
],
"notes": [
{
"category": "general",
"text": "A too-short encoded message can cause a panic in Float.GobDecode and Rat GobDecode in math/big in Go before 1.17.13 and 1.18.5, potentially allowing a denial of service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-32189",
"url": "https://www.suse.com/security/cve/CVE-2022-32189"
},
{
"category": "external",
"summary": "SUSE Bug 1202035 for CVE-2022-32189",
"url": "https://bugzilla.suse.com/1202035"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.3:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.3:go1.18-race-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.ppc64le",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.s390x",
"openSUSE Leap 15.4:go1.18-doc-1.18.5-150000.1.25.1.x86_64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.aarch64",
"openSUSE Leap 15.4:go1.18-race-1.18.5-150000.1.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2022-08-04T12:06:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-32189"
}
]
}
SUSE-SU-2023:2312-1
Vulnerability from csaf_suse - Published: 2023-05-30 06:54 - Updated: 2023-05-30 06:54| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for go1.18-openssl",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for go1.18-openssl fixes the following issues:\n\n- Add subpackage go1.x-libstd compiled shared object libstd.so (jsc#PED-1962)\n * Main go1.x package included libstd.so in previous versions\n * Split libstd.so into subpackage that can be installed standalone\n * Continues the slimming down of main go1.x package by 40 Mb\n * Experimental and not recommended for general use, Go currently has no ABI\n * Upstream Go has not committed to support buildmode=shared long-term\n * Do not use in packaging, build static single binaries (the default)\n * Upstream Go go1.x binary releases do not include libstd.so\n * go1.x Suggests go1.x-libstd so not installed by default Recommends\n * go1.x-libstd does not Require: go1.x so can install standalone\n * Provides go-libstd unversioned package name\n * Fix build step -buildmode=shared std to omit -linkshared\n- Packaging improvements:\n * go1.x Suggests go1.x-doc so not installed by default Recommends\n * Use Group: Development/Languages/Go instead of Other\n\n- Improvements to go1.x packaging spec:\n * On Tumbleweed bootstrap with current default gcc13 and gccgo118\n * On SLE-12 aarch64 ppc64le ppc64 remove overrides to bootstrap\n using go1.x package (%bcond_without gccgo). This is no longer\n needed on current SLE-12:Update and removing will consolidate\n the build configurations used.\n * Change source URLs to go.dev as per Go upstream\n * On x86_64 export GOAMD64=v1 as per the current baseline.\n At this time forgo GOAMD64=v3 option for x86_64_v3 support.\n * On x86_64 %define go_amd64=v1 as current instruction baseline\n\n- Update to version 1.18.10.1 cut from the go1.18-openssl-fips\n branch at the revision tagged go1.18.10-1-openssl-fips.\n * Merge branch dev.boringcrypto.go1.18 into go1.18-openssl-fips\n * Merge go1.18.10 into dev.boringcrypto.go1.18\n\n- go1.18.10 (released 2023-01-10) includes fixes to cgo, the\n compiler, the linker, and the crypto/x509, net/http, and syscall\n packages.\n Refs bsc#1193742 go1.18 release tracking\n * go#57705 misc/cgo: backport needed for dlltool fix\n * go#57426 crypto/x509: Verify on macOS does not return typed errors\n * go#57344 cmd/compile: the loong64 intrinsic for CompareAndSwapUint32 function needs to sign extend its \u0027old\u0027 argument.\n * go#57338 syscall, internal/poll: accept4-to-accept fallback removal broke Go code on Synology DSM 6.2 ARM devices\n * go#57213 os: TestLstat failure on Linux Aarch64\n * go#57211 reflect: sort.SliceStable sorts incorrectly on arm64 with less function created with reflect.MakeFunc and slice of sufficient length\n * go#57057 cmd/go: remove test dependency on gopkg.in service\n * go#57054 cmd/go: TestScript/version_buildvcs_git_gpg (if enabled) fails on linux longtest builders\n * go#57044 cgo: malformed DWARF TagVariable entry\n * go#57028 cmd/cgo: Wrong types in compiler errors with clang 14\n * go#56833 cmd/link/internal/ppc64: too-far trampoline is reused\n * go#56711 net: reenable TestLookupDotsWithRemoteSource and TestLookupGoogleSRV with a different target\n * go#56323 net/http: bad handling of HEAD requests with a body\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-2312,SUSE-SLE-Module-Development-Tools-15-SP4-2023-2312,SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-2312,SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-2312,SUSE-SLE-Product-RT-15-SP3-2023-2312,SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-2312,SUSE-SLE-Product-SLES_SAP-15-SP3-2023-2312,SUSE-Storage-7.1-2023-2312,openSUSE-SLE-15.4-2023-2312,openSUSE-SLE-15.5-2023-2312",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_2312-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:2312-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20232312-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:2312-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-May/015005.html"
},
{
"category": "self",
"summary": "SUSE Bug 1183043",
"url": "https://bugzilla.suse.com/1183043"
},
{
"category": "self",
"summary": "SUSE Bug 1193742",
"url": "https://bugzilla.suse.com/1193742"
},
{
"category": "self",
"summary": "SUSE Bug 1198423",
"url": "https://bugzilla.suse.com/1198423"
},
{
"category": "self",
"summary": "SUSE Bug 1198424",
"url": "https://bugzilla.suse.com/1198424"
},
{
"category": "self",
"summary": "SUSE Bug 1198427",
"url": "https://bugzilla.suse.com/1198427"
},
{
"category": "self",
"summary": "SUSE Bug 1199413",
"url": "https://bugzilla.suse.com/1199413"
},
{
"category": "self",
"summary": "SUSE Bug 1200134",
"url": "https://bugzilla.suse.com/1200134"
},
{
"category": "self",
"summary": "SUSE Bug 1200135",
"url": "https://bugzilla.suse.com/1200135"
},
{
"category": "self",
"summary": "SUSE Bug 1200136",
"url": "https://bugzilla.suse.com/1200136"
},
{
"category": "self",
"summary": "SUSE Bug 1200137",
"url": "https://bugzilla.suse.com/1200137"
},
{
"category": "self",
"summary": "SUSE Bug 1201434",
"url": "https://bugzilla.suse.com/1201434"
},
{
"category": "self",
"summary": "SUSE Bug 1201436",
"url": "https://bugzilla.suse.com/1201436"
},
{
"category": "self",
"summary": "SUSE Bug 1201437",
"url": "https://bugzilla.suse.com/1201437"
},
{
"category": "self",
"summary": "SUSE Bug 1201440",
"url": "https://bugzilla.suse.com/1201440"
},
{
"category": "self",
"summary": "SUSE Bug 1201443",
"url": "https://bugzilla.suse.com/1201443"
},
{
"category": "self",
"summary": "SUSE Bug 1201444",
"url": "https://bugzilla.suse.com/1201444"
},
{
"category": "self",
"summary": "SUSE Bug 1201445",
"url": "https://bugzilla.suse.com/1201445"
},
{
"category": "self",
"summary": "SUSE Bug 1201447",
"url": "https://bugzilla.suse.com/1201447"
},
{
"category": "self",
"summary": "SUSE Bug 1201448",
"url": "https://bugzilla.suse.com/1201448"
},
{
"category": "self",
"summary": "SUSE Bug 1202035",
"url": "https://bugzilla.suse.com/1202035"
},
{
"category": "self",
"summary": "SUSE Bug 1203185",
"url": "https://bugzilla.suse.com/1203185"
},
{
"category": "self",
"summary": "SUSE Bug 1204023",
"url": "https://bugzilla.suse.com/1204023"
},
{
"category": "self",
"summary": "SUSE Bug 1204024",
"url": "https://bugzilla.suse.com/1204024"
},
{
"category": "self",
"summary": "SUSE Bug 1204025",
"url": "https://bugzilla.suse.com/1204025"
},
{
"category": "self",
"summary": "SUSE Bug 1204941",
"url": "https://bugzilla.suse.com/1204941"
},
{
"category": "self",
"summary": "SUSE Bug 1206134",
"url": "https://bugzilla.suse.com/1206134"
},
{
"category": "self",
"summary": "SUSE Bug 1206135",
"url": "https://bugzilla.suse.com/1206135"
},
{
"category": "self",
"summary": "SUSE Bug 1208270",
"url": "https://bugzilla.suse.com/1208270"
},
{
"category": "self",
"summary": "SUSE Bug 1208271",
"url": "https://bugzilla.suse.com/1208271"
},
{
"category": "self",
"summary": "SUSE Bug 1208272",
"url": "https://bugzilla.suse.com/1208272"
},
{
"category": "self",
"summary": "SUSE Bug 1208491",
"url": "https://bugzilla.suse.com/1208491"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-1705 page",
"url": "https://www.suse.com/security/cve/CVE-2022-1705/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-1962 page",
"url": "https://www.suse.com/security/cve/CVE-2022-1962/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-24675 page",
"url": "https://www.suse.com/security/cve/CVE-2022-24675/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-27536 page",
"url": "https://www.suse.com/security/cve/CVE-2022-27536/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-27664 page",
"url": "https://www.suse.com/security/cve/CVE-2022-27664/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-28131 page",
"url": "https://www.suse.com/security/cve/CVE-2022-28131/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-28327 page",
"url": "https://www.suse.com/security/cve/CVE-2022-28327/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-2879 page",
"url": "https://www.suse.com/security/cve/CVE-2022-2879/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-2880 page",
"url": "https://www.suse.com/security/cve/CVE-2022-2880/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-29526 page",
"url": "https://www.suse.com/security/cve/CVE-2022-29526/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-29804 page",
"url": "https://www.suse.com/security/cve/CVE-2022-29804/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-30580 page",
"url": "https://www.suse.com/security/cve/CVE-2022-30580/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-30629 page",
"url": "https://www.suse.com/security/cve/CVE-2022-30629/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-30630 page",
"url": "https://www.suse.com/security/cve/CVE-2022-30630/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-30631 page",
"url": "https://www.suse.com/security/cve/CVE-2022-30631/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-30632 page",
"url": "https://www.suse.com/security/cve/CVE-2022-30632/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-30633 page",
"url": "https://www.suse.com/security/cve/CVE-2022-30633/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-30634 page",
"url": "https://www.suse.com/security/cve/CVE-2022-30634/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-30635 page",
"url": "https://www.suse.com/security/cve/CVE-2022-30635/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-32148 page",
"url": "https://www.suse.com/security/cve/CVE-2022-32148/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-32189 page",
"url": "https://www.suse.com/security/cve/CVE-2022-32189/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-41715 page",
"url": "https://www.suse.com/security/cve/CVE-2022-41715/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-41716 page",
"url": "https://www.suse.com/security/cve/CVE-2022-41716/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-41717 page",
"url": "https://www.suse.com/security/cve/CVE-2022-41717/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-41720 page",
"url": "https://www.suse.com/security/cve/CVE-2022-41720/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-41723 page",
"url": "https://www.suse.com/security/cve/CVE-2022-41723/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-41724 page",
"url": "https://www.suse.com/security/cve/CVE-2022-41724/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-41725 page",
"url": "https://www.suse.com/security/cve/CVE-2022-41725/"
}
],
"title": "Security update for go1.18-openssl",
"tracking": {
"current_release_date": "2023-05-30T06:54:51Z",
"generator": {
"date": "2023-05-30T06:54:51Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:2312-1",
"initial_release_date": "2023-05-30T06:54:51Z",
"revision_history": [
{
"date": "2023-05-30T06:54:51Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"product": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"product_id": "go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"product": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"product_id": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"product": {
"name": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"product_id": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.i586",
"product": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.i586",
"product_id": "go1.18-openssl-1.18.10.1-150000.1.9.1.i586"
}
},
{
"category": "product_version",
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.i586",
"product": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.i586",
"product_id": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"product": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"product_id": "go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"product": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"product_id": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"product": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"product_id": "go1.18-openssl-1.18.10.1-150000.1.9.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"product": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"product_id": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"product": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"product_id": "go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"product": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"product_id": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"product": {
"name": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"product_id": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Real Time 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_rt:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.4",
"product": {
"name": "openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.4"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64"
},
"product_reference": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64"
},
"product_reference": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64"
},
"product_reference": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3",
"product_id": "SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64"
},
"product_reference": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64"
},
"product_reference": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64"
},
"product_reference": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64"
},
"product_reference": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
},
"product_reference": "go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-1705",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-1705"
}
],
"notes": [
{
"category": "general",
"text": "Acceptance of some invalid Transfer-Encoding headers in the HTTP/1 client in net/http before Go 1.17.12 and Go 1.18.4 allows HTTP request smuggling if combined with an intermediate server that also improperly fails to reject the header as invalid.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-1705",
"url": "https://www.suse.com/security/cve/CVE-2022-1705"
},
{
"category": "external",
"summary": "SUSE Bug 1201434 for CVE-2022-1705",
"url": "https://bugzilla.suse.com/1201434"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "moderate"
}
],
"title": "CVE-2022-1705"
},
{
"cve": "CVE-2022-1962",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-1962"
}
],
"notes": [
{
"category": "general",
"text": "Uncontrolled recursion in the Parse functions in go/parser before Go 1.17.12 and Go 1.18.4 allow an attacker to cause a panic due to stack exhaustion via deeply nested types or declarations.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-1962",
"url": "https://www.suse.com/security/cve/CVE-2022-1962"
},
{
"category": "external",
"summary": "SUSE Bug 1201448 for CVE-2022-1962",
"url": "https://bugzilla.suse.com/1201448"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "moderate"
}
],
"title": "CVE-2022-1962"
},
{
"cve": "CVE-2022-24675",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-24675"
}
],
"notes": [
{
"category": "general",
"text": "encoding/pem in Go before 1.17.9 and 1.18.x before 1.18.1 has a Decode stack overflow via a large amount of PEM data.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-24675",
"url": "https://www.suse.com/security/cve/CVE-2022-24675"
},
{
"category": "external",
"summary": "SUSE Bug 1198423 for CVE-2022-24675",
"url": "https://bugzilla.suse.com/1198423"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "moderate"
}
],
"title": "CVE-2022-24675"
},
{
"cve": "CVE-2022-27536",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-27536"
}
],
"notes": [
{
"category": "general",
"text": "Certificate.Verify in crypto/x509 in Go 1.18.x before 1.18.1 can be caused to panic on macOS when presented with certain malformed certificates. This allows a remote TLS server to cause a TLS client to panic.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-27536",
"url": "https://www.suse.com/security/cve/CVE-2022-27536"
},
{
"category": "external",
"summary": "SUSE Bug 1198427 for CVE-2022-27536",
"url": "https://bugzilla.suse.com/1198427"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "moderate"
}
],
"title": "CVE-2022-27536"
},
{
"cve": "CVE-2022-27664",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-27664"
}
],
"notes": [
{
"category": "general",
"text": "In net/http in Go before 1.18.6 and 1.19.x before 1.19.1, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if shutdown were preempted by a fatal error.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-27664",
"url": "https://www.suse.com/security/cve/CVE-2022-27664"
},
{
"category": "external",
"summary": "SUSE Bug 1203185 for CVE-2022-27664",
"url": "https://bugzilla.suse.com/1203185"
},
{
"category": "external",
"summary": "SUSE Bug 1203293 for CVE-2022-27664",
"url": "https://bugzilla.suse.com/1203293"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "important"
}
],
"title": "CVE-2022-27664"
},
{
"cve": "CVE-2022-28131",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-28131"
}
],
"notes": [
{
"category": "general",
"text": "Uncontrolled recursion in Decoder.Skip in encoding/xml before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a deeply nested XML document.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-28131",
"url": "https://www.suse.com/security/cve/CVE-2022-28131"
},
{
"category": "external",
"summary": "SUSE Bug 1201443 for CVE-2022-28131",
"url": "https://bugzilla.suse.com/1201443"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "moderate"
}
],
"title": "CVE-2022-28131"
},
{
"cve": "CVE-2022-28327",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-28327"
}
],
"notes": [
{
"category": "general",
"text": "The generic P-256 feature in crypto/elliptic in Go before 1.17.9 and 1.18.x before 1.18.1 allows a panic via long scalar input.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-28327",
"url": "https://www.suse.com/security/cve/CVE-2022-28327"
},
{
"category": "external",
"summary": "SUSE Bug 1198424 for CVE-2022-28327",
"url": "https://bugzilla.suse.com/1198424"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "moderate"
}
],
"title": "CVE-2022-28327"
},
{
"cve": "CVE-2022-2879",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-2879"
}
],
"notes": [
{
"category": "general",
"text": "Reader.Read does not set a limit on the maximum size of file headers. A maliciously crafted archive could cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panics. After fix, Reader.Read limits the maximum size of header blocks to 1 MiB.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-2879",
"url": "https://www.suse.com/security/cve/CVE-2022-2879"
},
{
"category": "external",
"summary": "SUSE Bug 1204024 for CVE-2022-2879",
"url": "https://bugzilla.suse.com/1204024"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "important"
}
],
"title": "CVE-2022-2879"
},
{
"cve": "CVE-2022-2880",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-2880"
}
],
"notes": [
{
"category": "general",
"text": "Requests forwarded by ReverseProxy include the raw query parameters from the inbound request, including unparsable parameters rejected by net/http. This could permit query parameter smuggling when a Go proxy forwards a parameter with an unparsable value. After fix, ReverseProxy sanitizes the query parameters in the forwarded query when the outbound request\u0027s Form field is set after the ReverseProxy. Director function returns, indicating that the proxy has parsed the query parameters. Proxies which do not parse query parameters continue to forward the original query parameters unchanged.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-2880",
"url": "https://www.suse.com/security/cve/CVE-2022-2880"
},
{
"category": "external",
"summary": "SUSE Bug 1204025 for CVE-2022-2880",
"url": "https://bugzilla.suse.com/1204025"
},
{
"category": "external",
"summary": "SUSE Bug 1204076 for CVE-2022-2880",
"url": "https://bugzilla.suse.com/1204076"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "important"
}
],
"title": "CVE-2022-2880"
},
{
"cve": "CVE-2022-29526",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-29526"
}
],
"notes": [
{
"category": "general",
"text": "Go before 1.17.10 and 1.18.x before 1.18.2 has Incorrect Privilege Assignment. When called with a non-zero flags parameter, the Faccessat function could incorrectly report that a file is accessible.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-29526",
"url": "https://www.suse.com/security/cve/CVE-2022-29526"
},
{
"category": "external",
"summary": "SUSE Bug 1199413 for CVE-2022-29526",
"url": "https://bugzilla.suse.com/1199413"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "moderate"
}
],
"title": "CVE-2022-29526"
},
{
"cve": "CVE-2022-29804",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-29804"
}
],
"notes": [
{
"category": "general",
"text": "Incorrect conversion of certain invalid paths to valid, absolute paths in Clean in path/filepath before Go 1.17.11 and Go 1.18.3 on Windows allows potential directory traversal attack.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-29804",
"url": "https://www.suse.com/security/cve/CVE-2022-29804"
},
{
"category": "external",
"summary": "SUSE Bug 1200137 for CVE-2022-29804",
"url": "https://bugzilla.suse.com/1200137"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "moderate"
}
],
"title": "CVE-2022-29804"
},
{
"cve": "CVE-2022-30580",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-30580"
}
],
"notes": [
{
"category": "general",
"text": "Code injection in Cmd.Start in os/exec before Go 1.17.11 and Go 1.18.3 allows execution of any binaries in the working directory named either \"..com\" or \"..exe\" by calling Cmd.Run, Cmd.Start, Cmd.Output, or Cmd.CombinedOutput when Cmd.Path is unset.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-30580",
"url": "https://www.suse.com/security/cve/CVE-2022-30580"
},
{
"category": "external",
"summary": "SUSE Bug 1200136 for CVE-2022-30580",
"url": "https://bugzilla.suse.com/1200136"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "important"
}
],
"title": "CVE-2022-30580"
},
{
"cve": "CVE-2022-30629",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-30629"
}
],
"notes": [
{
"category": "general",
"text": "Non-random values for ticket_age_add in session tickets in crypto/tls before Go 1.17.11 and Go 1.18.3 allow an attacker that can observe TLS handshakes to correlate successive connections by comparing ticket ages during session resumption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-30629",
"url": "https://www.suse.com/security/cve/CVE-2022-30629"
},
{
"category": "external",
"summary": "SUSE Bug 1200135 for CVE-2022-30629",
"url": "https://bugzilla.suse.com/1200135"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "moderate"
}
],
"title": "CVE-2022-30629"
},
{
"cve": "CVE-2022-30630",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-30630"
}
],
"notes": [
{
"category": "general",
"text": "Uncontrolled recursion in Glob in io/fs before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a path which contains a large number of path separators.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-30630",
"url": "https://www.suse.com/security/cve/CVE-2022-30630"
},
{
"category": "external",
"summary": "SUSE Bug 1201447 for CVE-2022-30630",
"url": "https://bugzilla.suse.com/1201447"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "moderate"
}
],
"title": "CVE-2022-30630"
},
{
"cve": "CVE-2022-30631",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-30631"
}
],
"notes": [
{
"category": "general",
"text": "Uncontrolled recursion in Reader.Read in compress/gzip before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via an archive containing a large number of concatenated 0-length compressed files.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-30631",
"url": "https://www.suse.com/security/cve/CVE-2022-30631"
},
{
"category": "external",
"summary": "SUSE Bug 1201437 for CVE-2022-30631",
"url": "https://bugzilla.suse.com/1201437"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "moderate"
}
],
"title": "CVE-2022-30631"
},
{
"cve": "CVE-2022-30632",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-30632"
}
],
"notes": [
{
"category": "general",
"text": "Uncontrolled recursion in Glob in path/filepath before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a path containing a large number of path separators.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-30632",
"url": "https://www.suse.com/security/cve/CVE-2022-30632"
},
{
"category": "external",
"summary": "SUSE Bug 1201445 for CVE-2022-30632",
"url": "https://bugzilla.suse.com/1201445"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "moderate"
}
],
"title": "CVE-2022-30632"
},
{
"cve": "CVE-2022-30633",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-30633"
}
],
"notes": [
{
"category": "general",
"text": "Uncontrolled recursion in Unmarshal in encoding/xml before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via unmarshalling an XML document into a Go struct which has a nested field that uses the \u0027any\u0027 field tag.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-30633",
"url": "https://www.suse.com/security/cve/CVE-2022-30633"
},
{
"category": "external",
"summary": "SUSE Bug 1201440 for CVE-2022-30633",
"url": "https://bugzilla.suse.com/1201440"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "moderate"
}
],
"title": "CVE-2022-30633"
},
{
"cve": "CVE-2022-30634",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-30634"
}
],
"notes": [
{
"category": "general",
"text": "Infinite loop in Read in crypto/rand before Go 1.17.11 and Go 1.18.3 on Windows allows attacker to cause an indefinite hang by passing a buffer larger than 1 \u003c\u003c 32 - 1 bytes.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-30634",
"url": "https://www.suse.com/security/cve/CVE-2022-30634"
},
{
"category": "external",
"summary": "SUSE Bug 1200134 for CVE-2022-30634",
"url": "https://bugzilla.suse.com/1200134"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.9,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "moderate"
}
],
"title": "CVE-2022-30634"
},
{
"cve": "CVE-2022-30635",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-30635"
}
],
"notes": [
{
"category": "general",
"text": "Uncontrolled recursion in Decoder.Decode in encoding/gob before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a message which contains deeply nested structures.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-30635",
"url": "https://www.suse.com/security/cve/CVE-2022-30635"
},
{
"category": "external",
"summary": "SUSE Bug 1201444 for CVE-2022-30635",
"url": "https://bugzilla.suse.com/1201444"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "moderate"
}
],
"title": "CVE-2022-30635"
},
{
"cve": "CVE-2022-32148",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-32148"
}
],
"notes": [
{
"category": "general",
"text": "Improper exposure of client IP addresses in net/http before Go 1.17.12 and Go 1.18.4 can be triggered by calling httputil.ReverseProxy.ServeHTTP with a Request.Header map containing a nil value for the X-Forwarded-For header, which causes ReverseProxy to set the client IP as the value of the X-Forwarded-For header.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-32148",
"url": "https://www.suse.com/security/cve/CVE-2022-32148"
},
{
"category": "external",
"summary": "SUSE Bug 1201436 for CVE-2022-32148",
"url": "https://bugzilla.suse.com/1201436"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "moderate"
}
],
"title": "CVE-2022-32148"
},
{
"cve": "CVE-2022-32189",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-32189"
}
],
"notes": [
{
"category": "general",
"text": "A too-short encoded message can cause a panic in Float.GobDecode and Rat GobDecode in math/big in Go before 1.17.13 and 1.18.5, potentially allowing a denial of service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-32189",
"url": "https://www.suse.com/security/cve/CVE-2022-32189"
},
{
"category": "external",
"summary": "SUSE Bug 1202035 for CVE-2022-32189",
"url": "https://bugzilla.suse.com/1202035"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "moderate"
}
],
"title": "CVE-2022-32189"
},
{
"cve": "CVE-2022-41715",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-41715"
}
],
"notes": [
{
"category": "general",
"text": "Programs which compile regular expressions from untrusted sources may be vulnerable to memory exhaustion or denial of service. The parsed regexp representation is linear in the size of the input, but in some cases the constant factor can be as high as 40,000, making relatively small regexps consume much larger amounts of memory. After fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Normal use of regular expressions is unaffected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-41715",
"url": "https://www.suse.com/security/cve/CVE-2022-41715"
},
{
"category": "external",
"summary": "SUSE Bug 1204023 for CVE-2022-41715",
"url": "https://bugzilla.suse.com/1204023"
},
{
"category": "external",
"summary": "SUSE Bug 1208441 for CVE-2022-41715",
"url": "https://bugzilla.suse.com/1208441"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "moderate"
}
],
"title": "CVE-2022-41715"
},
{
"cve": "CVE-2022-41716",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-41716"
}
],
"notes": [
{
"category": "general",
"text": "Due to unsanitized NUL values, attackers may be able to maliciously set environment variables on Windows. In syscall.StartProcess and os/exec.Cmd, invalid environment variable values containing NUL values are not properly checked for. A malicious environment variable value can exploit this behavior to set a value for a different environment variable. For example, the environment variable string \"A=B\\x00C=D\" sets the variables \"A=B\" and \"C=D\".",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-41716",
"url": "https://www.suse.com/security/cve/CVE-2022-41716"
},
{
"category": "external",
"summary": "SUSE Bug 1204941 for CVE-2022-41716",
"url": "https://bugzilla.suse.com/1204941"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 0,
"baseSeverity": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "moderate"
}
],
"title": "CVE-2022-41716"
},
{
"cve": "CVE-2022-41717",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-41717"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can cause excessive memory growth in a Go server accepting HTTP/2 requests. HTTP/2 server connections contain a cache of HTTP header keys sent by the client. While the total number of entries in this cache is capped, an attacker sending very large keys can cause the server to allocate approximately 64 MiB per open connection.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-41717",
"url": "https://www.suse.com/security/cve/CVE-2022-41717"
},
{
"category": "external",
"summary": "SUSE Bug 1206135 for CVE-2022-41717",
"url": "https://bugzilla.suse.com/1206135"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "important"
}
],
"title": "CVE-2022-41717"
},
{
"cve": "CVE-2022-41720",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-41720"
}
],
"notes": [
{
"category": "general",
"text": "On Windows, restricted files can be accessed via os.DirFS and http.Dir. The os.DirFS function and http.Dir type provide access to a tree of files rooted at a given directory. These functions permit access to Windows device files under that root. For example, os.DirFS(\"C:/tmp\").Open(\"COM1\") opens the COM1 device. Both os.DirFS and http.Dir only provide read-only filesystem access. In addition, on Windows, an os.DirFS for the directory (the root of the current drive) can permit a maliciously crafted path to escape from the drive and access any path on the system. With fix applied, the behavior of os.DirFS(\"\") has changed. Previously, an empty root was treated equivalently to \"/\", so os.DirFS(\"\").Open(\"tmp\") would open the path \"/tmp\". This now returns an error.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-41720",
"url": "https://www.suse.com/security/cve/CVE-2022-41720"
},
{
"category": "external",
"summary": "SUSE Bug 1206134 for CVE-2022-41720",
"url": "https://bugzilla.suse.com/1206134"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "important"
}
],
"title": "CVE-2022-41720"
},
{
"cve": "CVE-2022-41723",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-41723"
}
],
"notes": [
{
"category": "general",
"text": "A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of small requests.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-41723",
"url": "https://www.suse.com/security/cve/CVE-2022-41723"
},
{
"category": "external",
"summary": "SUSE Bug 1208270 for CVE-2022-41723",
"url": "https://bugzilla.suse.com/1208270"
},
{
"category": "external",
"summary": "SUSE Bug 1215588 for CVE-2022-41723",
"url": "https://bugzilla.suse.com/1215588"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "important"
}
],
"title": "CVE-2022-41723"
},
{
"cve": "CVE-2022-41724",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-41724"
}
],
"notes": [
{
"category": "general",
"text": "Large handshake records may cause panics in crypto/tls. Both clients and servers may send large TLS handshake records which cause servers and clients, respectively, to panic when attempting to construct responses. This affects all TLS 1.3 clients, TLS 1.2 clients which explicitly enable session resumption (by setting Config.ClientSessionCache to a non-nil value), and TLS 1.3 servers which request client certificates (by setting Config.ClientAuth \u003e= RequestClientCert).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-41724",
"url": "https://www.suse.com/security/cve/CVE-2022-41724"
},
{
"category": "external",
"summary": "SUSE Bug 1208271 for CVE-2022-41724",
"url": "https://bugzilla.suse.com/1208271"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "important"
}
],
"title": "CVE-2022-41724"
},
{
"cve": "CVE-2022-41725",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-41725"
}
],
"notes": [
{
"category": "general",
"text": "A denial of service is possible from excessive resource consumption in net/http and mime/multipart. Multipart form parsing with mime/multipart.Reader.ReadForm can consume largely unlimited amounts of memory and disk files. This also affects form parsing in the net/http package with the Request methods FormFile, FormValue, ParseMultipartForm, and PostFormValue. ReadForm takes a maxMemory parameter, and is documented as storing \"up to maxMemory bytes +10MB (reserved for non-file parts) in memory\". File parts which cannot be stored in memory are stored on disk in temporary files. The unconfigurable 10MB reserved for non-file parts is excessively large and can potentially open a denial of service vector on its own. However, ReadForm did not properly account for all memory consumed by a parsed form, such as map entry overhead, part names, and MIME headers, permitting a maliciously crafted form to consume well over 10MB. In addition, ReadForm contained no limit on the number of disk files created, permitting a relatively small request body to create a large number of disk temporary files. With fix, ReadForm now properly accounts for various forms of memory overhead, and should now stay within its documented limit of 10MB + maxMemory bytes of memory consumption. Users should still be aware that this limit is high and may still be hazardous. In addition, ReadForm now creates at most one on-disk temporary file, combining multiple form parts into a single temporary file. The mime/multipart.File interface type\u0027s documentation states, \"If stored on disk, the File\u0027s underlying concrete type will be an *os.File.\". This is no longer the case when a form contains more than one file part, due to this coalescing of parts into a single file. The previous behavior of using distinct files for each form part may be reenabled with the environment variable GODEBUG=multipartfiles=distinct. Users should be aware that multipart.ReadForm and the http.Request methods that call it do not limit the amount of disk consumed by temporary files. Callers can limit the size of form data with http.MaxBytesReader.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-41725",
"url": "https://www.suse.com/security/cve/CVE-2022-41725"
},
{
"category": "external",
"summary": "SUSE Bug 1208272 for CVE-2022-41725",
"url": "https://bugzilla.suse.com/1208272"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Real Time 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.4:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.4:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.ppc64le",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.s390x",
"openSUSE Leap 15.5:go1.18-openssl-doc-1.18.10.1-150000.1.9.1.x86_64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.aarch64",
"openSUSE Leap 15.5:go1.18-openssl-race-1.18.10.1-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-05-30T06:54:51Z",
"details": "moderate"
}
],
"title": "CVE-2022-41725"
}
]
}
WID-SEC-W-2022-0879
Vulnerability from csaf_certbund - Published: 2022-08-01 22:00 - Updated: 2025-12-17 23:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat OpenShift
Red Hat
|
cpe:/a:redhat:openshift:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux 9
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9
|
9 | |
|
Red Hat Enterprise Linux Quay <3.16.0
Red Hat / Enterprise Linux
|
Quay <3.16.0 | ||
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat OpenShift
Red Hat
|
cpe:/a:redhat:openshift:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux 9
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9
|
9 | |
|
Red Hat Enterprise Linux Quay <3.16.0
Red Hat / Enterprise Linux
|
Quay <3.16.0 | ||
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat OpenShift
Red Hat
|
cpe:/a:redhat:openshift:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux 9
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9
|
9 | |
|
Red Hat Enterprise Linux Quay <3.16.0
Red Hat / Enterprise Linux
|
Quay <3.16.0 | ||
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat OpenShift
Red Hat
|
cpe:/a:redhat:openshift:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux 9
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9
|
9 | |
|
Red Hat Enterprise Linux Quay <3.16.0
Red Hat / Enterprise Linux
|
Quay <3.16.0 | ||
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat OpenShift
Red Hat
|
cpe:/a:redhat:openshift:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux 9
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9
|
9 | |
|
Red Hat Enterprise Linux Quay <3.16.0
Red Hat / Enterprise Linux
|
Quay <3.16.0 | ||
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat OpenShift
Red Hat
|
cpe:/a:redhat:openshift:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux 9
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9
|
9 | |
|
Red Hat Enterprise Linux Quay <3.16.0
Red Hat / Enterprise Linux
|
Quay <3.16.0 | ||
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat OpenShift
Red Hat
|
cpe:/a:redhat:openshift:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux 9
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9
|
9 | |
|
Red Hat Enterprise Linux Quay <3.16.0
Red Hat / Enterprise Linux
|
Quay <3.16.0 | ||
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat OpenShift
Red Hat
|
cpe:/a:redhat:openshift:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux 9
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9
|
9 | |
|
Red Hat Enterprise Linux Quay <3.16.0
Red Hat / Enterprise Linux
|
Quay <3.16.0 | ||
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat OpenShift
Red Hat
|
cpe:/a:redhat:openshift:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux 9
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9
|
9 | |
|
Red Hat Enterprise Linux Quay <3.16.0
Red Hat / Enterprise Linux
|
Quay <3.16.0 | ||
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Red Hat Enterprise Linux (RHEL) ist eine popul\u00e4re Linux-Distribution.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Red Hat Enterprise Linux ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren oder Dateien zu manipulieren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2022-0879 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2022/wid-sec-w-2022-0879.json"
},
{
"category": "self",
"summary": "WID-SEC-2022-0879 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-0879"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:5775 vom 2022-08-01",
"url": "https://access.redhat.com/errata/RHSA-2022:5775"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:5799 vom 2022-08-01",
"url": "https://access.redhat.com/errata/RHSA-2022:5799"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:5866 vom 2022-08-03",
"url": "https://access.redhat.com/errata/RHSA-2022:5866"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2022-5799 vom 2022-08-02",
"url": "http://linux.oracle.com/errata/ELSA-2022-5799.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2022-5775 vom 2022-08-04",
"url": "http://linux.oracle.com/errata/ELSA-2022-5775.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2022:2671-1 vom 2022-08-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2022-August/011802.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:5924 vom 2022-08-09",
"url": "https://access.redhat.com/errata/RHSA-2022:5924"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:5923 vom 2022-08-08",
"url": "https://access.redhat.com/errata/RHSA-2022:5923"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:5875 vom 2022-08-09",
"url": "https://access.redhat.com/errata/RHSA-2022:5875"
},
{
"category": "external",
"summary": "Gentoo Linux Security Advisory GLSA-202208-02 vom 2022-08-09",
"url": "https://security.gentoo.org/glsa/202208-02"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:6042 vom 2022-08-10",
"url": "https://access.redhat.com/errata/RHSA-2022:6042"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:6040 vom 2022-08-10",
"url": "https://access.redhat.com/errata/RHSA-2022:6040"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:6066 vom 2022-08-15",
"url": "https://www.cybersecurity-help.cz/vdb/SB2022081537"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:6065 vom 2022-08-15",
"url": "https://www.cybersecurity-help.cz/vdb/SB2022081538"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:6113 vom 2022-08-18",
"url": "https://access.redhat.com/errata/RHSA-2022:6113"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:6051 vom 2022-08-18",
"url": "https://access.redhat.com/errata/RHSA-2022:6051"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:6053 vom 2022-08-23",
"url": "https://access.redhat.com/errata/RHSA-2022:6053"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:6184 vom 2022-08-25",
"url": "https://access.redhat.com/errata/RHSA-2022:6184"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:6188 vom 2022-08-25",
"url": "https://access.redhat.com/errata/RHSA-2022:6188"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:6187 vom 2022-08-25",
"url": "https://access.redhat.com/errata/RHSA-2022:6187"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:6290 vom 2022-09-01",
"url": "https://access.redhat.com/errata/RHSA-2022:6290"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:6283 vom 2022-09-01",
"url": "https://access.redhat.com/errata/RHSA-2022:6283"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:6152 vom 2022-09-01",
"url": "https://access.redhat.com/errata/RHSA-2022:6152"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:6346 vom 2022-09-06",
"url": "https://access.redhat.com/errata/RHSA-2022:6346"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:6345 vom 2022-09-06",
"url": "https://access.redhat.com/errata/RHSA-2022:6345"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:6183 vom 2022-09-06",
"url": "https://access.redhat.com/errata/RHSA-2022:6183"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:6347 vom 2022-09-06",
"url": "https://access.redhat.com/errata/RHSA-2022:6347"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:6348 vom 2022-09-06",
"url": "https://access.redhat.com/errata/RHSA-2022:6348"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:6370 vom 2022-09-07",
"url": "https://access.redhat.com/errata/RHSA-2022:6370"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:6182 vom 2022-09-06",
"url": "https://access.redhat.com/errata/RHSA-2022:6182"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:6344 vom 2022-09-07",
"url": "https://access.redhat.com/errata/RHSA-2022:6344"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:6262 vom 2022-09-09",
"url": "https://access.redhat.com/errata/RHSA-2022:6262"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:6430 vom 2022-09-13",
"url": "https://access.redhat.com/errata/RHSA-2022:6430"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:6517 vom 2022-09-14",
"url": "https://access.redhat.com/errata/RHSA-2022:6517"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:6308 vom 2022-09-15",
"url": "https://access.redhat.com/errata/RHSA-2022:6308"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:6560 vom 2022-09-26",
"url": "https://access.redhat.com/errata/RHSA-2022:6560"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:6714 vom 2022-09-26",
"url": "https://access.redhat.com/errata/RHSA-2022:6714"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2022-133 vom 2022-09-29",
"url": "https://alas.aws.amazon.com/AL2022/ALAS-2022-133.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2DOCKER-2022-020 vom 2022-10-14",
"url": "https://alas.aws.amazon.com/AL2/ALASDOCKER-2022-020.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:7058 vom 2022-10-20",
"url": "https://access.redhat.com/errata/RHSA-2022:7058"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2022-1859 vom 2022-10-21",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2022-1859.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2022-1865 vom 2022-10-21",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2022-1865.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2022-1861 vom 2022-10-21",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2022-1861.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2022-1860 vom 2022-10-21",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2022-1860.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2022-1862 vom 2022-10-21",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2022-1862.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2022-1863 vom 2022-10-21",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2022-1863.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2022-1858 vom 2022-10-21",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2022-1858.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2022-1864 vom 2022-10-21",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2022-1864.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:7129 vom 2022-10-25",
"url": "https://access.redhat.com/errata/RHSA-2022:7129"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2022-7129 vom 2022-10-26",
"url": "https://linux.oracle.com/errata/ELSA-2022-7129.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:7519 vom 2022-11-08",
"url": "https://access.redhat.com/errata/RHSA-2022:7519"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:7648 vom 2022-11-08",
"url": "https://access.redhat.com/errata/RHSA-2022:7648"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:7529 vom 2022-11-08",
"url": "https://access.redhat.com/errata/RHSA-2022:7529"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:8057 vom 2022-11-15",
"url": "https://access.redhat.com/errata/RHSA-2022:8057"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:8098 vom 2022-11-15",
"url": "https://access.redhat.com/errata/RHSA-2022:8098"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:8250 vom 2022-11-15",
"url": "https://access.redhat.com/errata/RHSA-2022:8250"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2022-24267 vom 2022-11-23",
"url": "https://linux.oracle.com/errata/ELSA-2022-24267.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:8634 vom 2022-11-28",
"url": "https://access.redhat.com/errata/RHSA-2022:8634"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:8626 vom 2022-11-29",
"url": "https://access.redhat.com/errata/RHSA-2022:8626"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:9047 vom 2022-12-15",
"url": "https://access.redhat.com/errata/RHSA-2022:9047"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:7398 vom 2023-01-18",
"url": "https://access.redhat.com/errata/RHSA-2022:7398"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:0407 vom 2023-01-24",
"url": "https://access.redhat.com/errata/RHSA-2023:0407"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:1275 vom 2023-03-15",
"url": "https://access.redhat.com/errata/RHSA-2023:1275"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:2758 vom 2023-05-16",
"url": "https://access.redhat.com/errata/RHSA-2023:2758"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:2802 vom 2023-05-16",
"url": "https://access.redhat.com/errata/RHSA-2023:2802"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:3642 vom 2023-06-15",
"url": "https://access.redhat.com/errata/RHSA-2023:3642"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:0778 vom 2024-02-12",
"url": "https://access.redhat.com/errata/RHSA-2024:0778"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:1027 vom 2024-02-28",
"url": "https://access.redhat.com/errata/RHSA-2024:1027"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:1433 vom 2024-03-20",
"url": "https://access.redhat.com/errata/RHSA-2024:1433"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:2180 vom 2024-04-30",
"url": "https://access.redhat.com/errata/RHSA-2024:2180"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASECS-2025-057 vom 2025-04-29",
"url": "https://alas.aws.amazon.com/AL2/ALASECS-2025-057.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASNITRO-ENCLAVES-2025-055 vom 2025-04-29",
"url": "https://alas.aws.amazon.com/AL2/ALASNITRO-ENCLAVES-2025-055.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22287 vom 2025-11-27",
"url": "https://access.redhat.com/errata/RHSA-2025:22287"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2023:2758 vom 2025-11-28",
"url": "https://errata.build.resf.org/RLSA-2023:2758"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2023:2802 vom 2025-11-28",
"url": "https://errata.build.resf.org/RLSA-2023:2802"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23546 vom 2025-12-17",
"url": "https://access.redhat.com/errata/RHSA-2025:23546"
}
],
"source_lang": "en-US",
"title": "Red Hat Enterprise Linux: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2025-12-17T23:00:00.000+00:00",
"generator": {
"date": "2025-12-18T08:50:06.378+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2022-0879",
"initial_release_date": "2022-08-01T22:00:00.000+00:00",
"revision_history": [
{
"date": "2022-08-01T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2022-08-02T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen"
},
{
"date": "2022-08-04T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Oracle Linux und SUSE aufgenommen"
},
{
"date": "2022-08-08T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Red Hat und Fedora aufgenommen"
},
{
"date": "2022-08-09T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Gentoo aufgenommen"
},
{
"date": "2022-08-10T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2022-08-15T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2022-08-18T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2022-08-22T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2022-08-25T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2022-08-31T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2022-09-01T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2022-09-06T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2022-09-08T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2022-09-12T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2022-09-14T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2022-09-26T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2022-09-29T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2022-10-13T22:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2022-10-19T22:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2022-10-23T22:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2022-10-25T22:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen"
},
{
"date": "2022-11-08T23:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2022-11-15T23:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2022-11-23T23:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2022-11-27T23:00:00.000+00:00",
"number": "26",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2022-11-28T23:00:00.000+00:00",
"number": "27",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2022-12-14T23:00:00.000+00:00",
"number": "28",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-01-17T23:00:00.000+00:00",
"number": "29",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-01-24T23:00:00.000+00:00",
"number": "30",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-03-15T23:00:00.000+00:00",
"number": "31",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-05-16T22:00:00.000+00:00",
"number": "32",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2023-06-15T22:00:00.000+00:00",
"number": "33",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-02-11T23:00:00.000+00:00",
"number": "34",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-02-28T23:00:00.000+00:00",
"number": "35",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-03-19T23:00:00.000+00:00",
"number": "36",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-04-29T22:00:00.000+00:00",
"number": "37",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-04-29T22:00:00.000+00:00",
"number": "38",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2025-11-27T23:00:00.000+00:00",
"number": "39",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-12-17T23:00:00.000+00:00",
"number": "40",
"summary": "Neue Updates von Red Hat aufgenommen"
}
],
"status": "final",
"version": "40"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"category": "product_name",
"name": "Gentoo Linux",
"product": {
"name": "Gentoo Linux",
"product_id": "T012167",
"product_identification_helper": {
"cpe": "cpe:/o:gentoo:linux:-"
}
}
}
],
"category": "vendor",
"name": "Gentoo"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T032255",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
}
],
"category": "vendor",
"name": "RESF"
},
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"category": "product_version",
"name": "8",
"product": {
"name": "Red Hat Enterprise Linux 8",
"product_id": "T014111",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:8"
}
}
},
{
"category": "product_version",
"name": "9",
"product": {
"name": "Red Hat Enterprise Linux 9",
"product_id": "T023632",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:9"
}
}
},
{
"category": "product_version_range",
"name": "Quay \u003c3.16.0",
"product": {
"name": "Red Hat Enterprise Linux Quay \u003c3.16.0",
"product_id": "T049495"
}
},
{
"category": "product_version",
"name": "Quay 3.16.0",
"product": {
"name": "Red Hat Enterprise Linux Quay 3.16.0",
"product_id": "T049495-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:quay__3.16.0"
}
}
}
],
"category": "product_name",
"name": "Enterprise Linux"
},
{
"category": "product_name",
"name": "Red Hat OpenShift",
"product": {
"name": "Red Hat OpenShift",
"product_id": "T008027",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-1705",
"product_status": {
"known_affected": [
"T008027",
"T002207",
"T023632",
"T049495",
"67646",
"398363",
"T012167",
"T004914",
"T014111",
"T032255"
]
},
"release_date": "2022-08-01T22:00:00.000+00:00",
"title": "CVE-2022-1705"
},
{
"cve": "CVE-2022-1962",
"product_status": {
"known_affected": [
"T008027",
"T002207",
"T023632",
"T049495",
"67646",
"398363",
"T012167",
"T004914",
"T014111",
"T032255"
]
},
"release_date": "2022-08-01T22:00:00.000+00:00",
"title": "CVE-2022-1962"
},
{
"cve": "CVE-2022-28131",
"product_status": {
"known_affected": [
"T008027",
"T002207",
"T023632",
"T049495",
"67646",
"398363",
"T012167",
"T004914",
"T014111",
"T032255"
]
},
"release_date": "2022-08-01T22:00:00.000+00:00",
"title": "CVE-2022-28131"
},
{
"cve": "CVE-2022-30630",
"product_status": {
"known_affected": [
"T008027",
"T002207",
"T023632",
"T049495",
"67646",
"398363",
"T012167",
"T004914",
"T014111",
"T032255"
]
},
"release_date": "2022-08-01T22:00:00.000+00:00",
"title": "CVE-2022-30630"
},
{
"cve": "CVE-2022-30631",
"product_status": {
"known_affected": [
"T008027",
"T002207",
"T023632",
"T049495",
"67646",
"398363",
"T012167",
"T004914",
"T014111",
"T032255"
]
},
"release_date": "2022-08-01T22:00:00.000+00:00",
"title": "CVE-2022-30631"
},
{
"cve": "CVE-2022-30632",
"product_status": {
"known_affected": [
"T008027",
"T002207",
"T023632",
"T049495",
"67646",
"398363",
"T012167",
"T004914",
"T014111",
"T032255"
]
},
"release_date": "2022-08-01T22:00:00.000+00:00",
"title": "CVE-2022-30632"
},
{
"cve": "CVE-2022-30633",
"product_status": {
"known_affected": [
"T008027",
"T002207",
"T023632",
"T049495",
"67646",
"398363",
"T012167",
"T004914",
"T014111",
"T032255"
]
},
"release_date": "2022-08-01T22:00:00.000+00:00",
"title": "CVE-2022-30633"
},
{
"cve": "CVE-2022-30635",
"product_status": {
"known_affected": [
"T008027",
"T002207",
"T023632",
"T049495",
"67646",
"398363",
"T012167",
"T004914",
"T014111",
"T032255"
]
},
"release_date": "2022-08-01T22:00:00.000+00:00",
"title": "CVE-2022-30635"
},
{
"cve": "CVE-2022-32148",
"product_status": {
"known_affected": [
"T008027",
"T002207",
"T023632",
"T049495",
"67646",
"398363",
"T012167",
"T004914",
"T014111",
"T032255"
]
},
"release_date": "2022-08-01T22:00:00.000+00:00",
"title": "CVE-2022-32148"
}
]
}
WID-SEC-W-2022-2133
Vulnerability from csaf_certbund - Published: 2022-11-20 23:00 - Updated: 2025-11-18 23:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
JFrog Artifactory <7.47.7
JFrog / Artifactory
|
<7.47.7 | ||
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— | |
|
Atlassian Bitbucket <9.4.13 (LTS)
Atlassian / Bitbucket
|
<9.4.13 (LTS) | ||
|
Atlassian Bitbucket <8.19.25 (LTS)
Atlassian / Bitbucket
|
<8.19.25 (LTS) | ||
|
Atlassian Bitbucket <10.0.2
Atlassian / Bitbucket
|
<10.0.2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
JFrog Artifactory <7.47.7
JFrog / Artifactory
|
<7.47.7 | ||
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— | |
|
Atlassian Bitbucket <9.4.13 (LTS)
Atlassian / Bitbucket
|
<9.4.13 (LTS) | ||
|
Atlassian Bitbucket <8.19.25 (LTS)
Atlassian / Bitbucket
|
<8.19.25 (LTS) | ||
|
Atlassian Bitbucket <10.0.2
Atlassian / Bitbucket
|
<10.0.2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
JFrog Artifactory <7.47.7
JFrog / Artifactory
|
<7.47.7 | ||
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— | |
|
Atlassian Bitbucket <9.4.13 (LTS)
Atlassian / Bitbucket
|
<9.4.13 (LTS) | ||
|
Atlassian Bitbucket <8.19.25 (LTS)
Atlassian / Bitbucket
|
<8.19.25 (LTS) | ||
|
Atlassian Bitbucket <10.0.2
Atlassian / Bitbucket
|
<10.0.2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
JFrog Artifactory <7.47.7
JFrog / Artifactory
|
<7.47.7 | ||
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— | |
|
Atlassian Bitbucket <9.4.13 (LTS)
Atlassian / Bitbucket
|
<9.4.13 (LTS) | ||
|
Atlassian Bitbucket <8.19.25 (LTS)
Atlassian / Bitbucket
|
<8.19.25 (LTS) | ||
|
Atlassian Bitbucket <10.0.2
Atlassian / Bitbucket
|
<10.0.2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
JFrog Artifactory <7.47.7
JFrog / Artifactory
|
<7.47.7 | ||
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— | |
|
Atlassian Bitbucket <9.4.13 (LTS)
Atlassian / Bitbucket
|
<9.4.13 (LTS) | ||
|
Atlassian Bitbucket <8.19.25 (LTS)
Atlassian / Bitbucket
|
<8.19.25 (LTS) | ||
|
Atlassian Bitbucket <10.0.2
Atlassian / Bitbucket
|
<10.0.2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
JFrog Artifactory <7.47.7
JFrog / Artifactory
|
<7.47.7 | ||
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— | |
|
Atlassian Bitbucket <9.4.13 (LTS)
Atlassian / Bitbucket
|
<9.4.13 (LTS) | ||
|
Atlassian Bitbucket <8.19.25 (LTS)
Atlassian / Bitbucket
|
<8.19.25 (LTS) | ||
|
Atlassian Bitbucket <10.0.2
Atlassian / Bitbucket
|
<10.0.2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
JFrog Artifactory <7.47.7
JFrog / Artifactory
|
<7.47.7 | ||
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— | |
|
Atlassian Bitbucket <9.4.13 (LTS)
Atlassian / Bitbucket
|
<9.4.13 (LTS) | ||
|
Atlassian Bitbucket <8.19.25 (LTS)
Atlassian / Bitbucket
|
<8.19.25 (LTS) | ||
|
Atlassian Bitbucket <10.0.2
Atlassian / Bitbucket
|
<10.0.2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
JFrog Artifactory <7.47.7
JFrog / Artifactory
|
<7.47.7 | ||
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— | |
|
Atlassian Bitbucket <9.4.13 (LTS)
Atlassian / Bitbucket
|
<9.4.13 (LTS) | ||
|
Atlassian Bitbucket <8.19.25 (LTS)
Atlassian / Bitbucket
|
<8.19.25 (LTS) | ||
|
Atlassian Bitbucket <10.0.2
Atlassian / Bitbucket
|
<10.0.2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
JFrog Artifactory <7.47.7
JFrog / Artifactory
|
<7.47.7 | ||
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— | |
|
Atlassian Bitbucket <9.4.13 (LTS)
Atlassian / Bitbucket
|
<9.4.13 (LTS) | ||
|
Atlassian Bitbucket <8.19.25 (LTS)
Atlassian / Bitbucket
|
<8.19.25 (LTS) | ||
|
Atlassian Bitbucket <10.0.2
Atlassian / Bitbucket
|
<10.0.2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
JFrog Artifactory <7.47.7
JFrog / Artifactory
|
<7.47.7 | ||
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— | |
|
Atlassian Bitbucket <9.4.13 (LTS)
Atlassian / Bitbucket
|
<9.4.13 (LTS) | ||
|
Atlassian Bitbucket <8.19.25 (LTS)
Atlassian / Bitbucket
|
<8.19.25 (LTS) | ||
|
Atlassian Bitbucket <10.0.2
Atlassian / Bitbucket
|
<10.0.2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
JFrog Artifactory <7.47.7
JFrog / Artifactory
|
<7.47.7 | ||
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— | |
|
Atlassian Bitbucket <9.4.13 (LTS)
Atlassian / Bitbucket
|
<9.4.13 (LTS) | ||
|
Atlassian Bitbucket <8.19.25 (LTS)
Atlassian / Bitbucket
|
<8.19.25 (LTS) | ||
|
Atlassian Bitbucket <10.0.2
Atlassian / Bitbucket
|
<10.0.2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
JFrog Artifactory <7.47.7
JFrog / Artifactory
|
<7.47.7 | ||
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— | |
|
Atlassian Bitbucket <9.4.13 (LTS)
Atlassian / Bitbucket
|
<9.4.13 (LTS) | ||
|
Atlassian Bitbucket <8.19.25 (LTS)
Atlassian / Bitbucket
|
<8.19.25 (LTS) | ||
|
Atlassian Bitbucket <10.0.2
Atlassian / Bitbucket
|
<10.0.2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
JFrog Artifactory <7.47.7
JFrog / Artifactory
|
<7.47.7 | ||
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— | |
|
Atlassian Bitbucket <9.4.13 (LTS)
Atlassian / Bitbucket
|
<9.4.13 (LTS) | ||
|
Atlassian Bitbucket <8.19.25 (LTS)
Atlassian / Bitbucket
|
<8.19.25 (LTS) | ||
|
Atlassian Bitbucket <10.0.2
Atlassian / Bitbucket
|
<10.0.2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
JFrog Artifactory <7.47.7
JFrog / Artifactory
|
<7.47.7 | ||
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— | |
|
Atlassian Bitbucket <9.4.13 (LTS)
Atlassian / Bitbucket
|
<9.4.13 (LTS) | ||
|
Atlassian Bitbucket <8.19.25 (LTS)
Atlassian / Bitbucket
|
<8.19.25 (LTS) | ||
|
Atlassian Bitbucket <10.0.2
Atlassian / Bitbucket
|
<10.0.2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
JFrog Artifactory <7.47.7
JFrog / Artifactory
|
<7.47.7 | ||
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— | |
|
Atlassian Bitbucket <9.4.13 (LTS)
Atlassian / Bitbucket
|
<9.4.13 (LTS) | ||
|
Atlassian Bitbucket <8.19.25 (LTS)
Atlassian / Bitbucket
|
<8.19.25 (LTS) | ||
|
Atlassian Bitbucket <10.0.2
Atlassian / Bitbucket
|
<10.0.2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
JFrog Artifactory <7.47.7
JFrog / Artifactory
|
<7.47.7 | ||
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— | |
|
Atlassian Bitbucket <9.4.13 (LTS)
Atlassian / Bitbucket
|
<9.4.13 (LTS) | ||
|
Atlassian Bitbucket <8.19.25 (LTS)
Atlassian / Bitbucket
|
<8.19.25 (LTS) | ||
|
Atlassian Bitbucket <10.0.2
Atlassian / Bitbucket
|
<10.0.2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
JFrog Artifactory <7.47.7
JFrog / Artifactory
|
<7.47.7 | ||
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— | |
|
Atlassian Bitbucket <9.4.13 (LTS)
Atlassian / Bitbucket
|
<9.4.13 (LTS) | ||
|
Atlassian Bitbucket <8.19.25 (LTS)
Atlassian / Bitbucket
|
<8.19.25 (LTS) | ||
|
Atlassian Bitbucket <10.0.2
Atlassian / Bitbucket
|
<10.0.2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
JFrog Artifactory <7.47.7
JFrog / Artifactory
|
<7.47.7 | ||
|
HCL Domino
HCL
|
cpe:/a:hcltech:domino:-
|
— | |
|
Atlassian Bitbucket <9.4.13 (LTS)
Atlassian / Bitbucket
|
<9.4.13 (LTS) | ||
|
Atlassian Bitbucket <8.19.25 (LTS)
Atlassian / Bitbucket
|
<8.19.25 (LTS) | ||
|
Atlassian Bitbucket <10.0.2
Atlassian / Bitbucket
|
<10.0.2 |
{
"document": {
"aggregate_severity": {
"text": "niedrig"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "JFrog Artifactory ist eine universelle DevOps-L\u00f6sung.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "JFrog Artifactory nutzt verschiedene Komponenten von Drittanbietern. Diese enthalten mehrere Schwachstellen. Neuen Informationen von JFrog zufolge sind diese Schwachstellen jedoch nicht in Produkten von JFrog ausnutzbar.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- UNIX",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2022-2133 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2022/wid-sec-w-2022-2133.json"
},
{
"category": "self",
"summary": "WID-SEC-2022-2133 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-2133"
},
{
"category": "external",
"summary": "JFrog Fixed Security Vulnerabilities vom 2022-11-20",
"url": "https://www.jfrog.com/confluence/display/JFROG/Fixed+Security+Vulnerabilities"
},
{
"category": "external",
"summary": "JFrog Fixed Security Vulnerabilities - \u00c4nderungen vom 2022-11-24",
"url": "https://www.jfrog.com/confluence/pages/diffpagesbyversion.action?pageId=102634317\u0026selectedPageVersions=159\u0026selectedPageVersions=156"
},
{
"category": "external",
"summary": "HCL Article KB0102172 vom 2022-12-19",
"url": "https://support.hcltechsw.com/csm?id=kb_article\u0026sysparm_article=KB0102172"
},
{
"category": "external",
"summary": "Atlassian Security Bulletin - November 18 2025",
"url": "https://confluence.atlassian.com/security/security-bulletin-november-18-2025-1671463469.html"
}
],
"source_lang": "en-US",
"title": "JFrog Artifactory: Mehrere Schwachstellen in Drittanbieter-Komponenten",
"tracking": {
"current_release_date": "2025-11-18T23:00:00.000+00:00",
"generator": {
"date": "2025-11-19T09:42:47.149+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2022-2133",
"initial_release_date": "2022-11-20T23:00:00.000+00:00",
"revision_history": [
{
"date": "2022-11-20T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2022-11-30T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Informationen von JFrog aufgenommen"
},
{
"date": "2022-12-19T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von HCL aufgenommen"
},
{
"date": "2025-11-18T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates aufgenommen"
}
],
"status": "final",
"version": "4"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c10.0.2",
"product": {
"name": "Atlassian Bitbucket \u003c10.0.2",
"product_id": "T048675"
}
},
{
"category": "product_version",
"name": "10.0.2",
"product": {
"name": "Atlassian Bitbucket 10.0.2",
"product_id": "T048675-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:atlassian:bitbucket:10.0.2"
}
}
},
{
"category": "product_version_range",
"name": "\u003c8.19.25 (LTS)",
"product": {
"name": "Atlassian Bitbucket \u003c8.19.25 (LTS)",
"product_id": "T048676"
}
},
{
"category": "product_version",
"name": "8.19.25 (LTS)",
"product": {
"name": "Atlassian Bitbucket 8.19.25 (LTS)",
"product_id": "T048676-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:atlassian:bitbucket:8.19.25_%28lts%29"
}
}
},
{
"category": "product_version_range",
"name": "\u003c9.4.13 (LTS)",
"product": {
"name": "Atlassian Bitbucket \u003c9.4.13 (LTS)",
"product_id": "T048677"
}
},
{
"category": "product_version",
"name": "9.4.13 (LTS)",
"product": {
"name": "Atlassian Bitbucket 9.4.13 (LTS)",
"product_id": "T048677-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:atlassian:bitbucket:9.4.13_%28lts%29"
}
}
}
],
"category": "product_name",
"name": "Bitbucket"
}
],
"category": "vendor",
"name": "Atlassian"
},
{
"branches": [
{
"category": "product_name",
"name": "HCL Domino",
"product": {
"name": "HCL Domino",
"product_id": "777623",
"product_identification_helper": {
"cpe": "cpe:/a:hcltech:domino:-"
}
}
}
],
"category": "vendor",
"name": "HCL"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c7.47.7",
"product": {
"name": "JFrog Artifactory \u003c7.47.7",
"product_id": "T025370"
}
},
{
"category": "product_version",
"name": "7.47.7",
"product": {
"name": "JFrog Artifactory 7.47.7",
"product_id": "T025370-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:jfrog:artifactory:7.47.7"
}
}
}
],
"category": "product_name",
"name": "Artifactory"
}
],
"category": "vendor",
"name": "JFrog"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2019-16869",
"product_status": {
"known_affected": [
"T025370",
"777623",
"T048677",
"T048676",
"T048675"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2019-16869"
},
{
"cve": "CVE-2019-20444",
"product_status": {
"known_affected": [
"T025370",
"777623",
"T048677",
"T048676",
"T048675"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2019-20444"
},
{
"cve": "CVE-2019-20445",
"product_status": {
"known_affected": [
"T025370",
"777623",
"T048677",
"T048676",
"T048675"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2019-20445"
},
{
"cve": "CVE-2020-7608",
"product_status": {
"known_affected": [
"T025370",
"777623",
"T048677",
"T048676",
"T048675"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2020-7608"
},
{
"cve": "CVE-2020-7789",
"product_status": {
"known_affected": [
"T025370",
"777623",
"T048677",
"T048676",
"T048675"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2020-7789"
},
{
"cve": "CVE-2021-26291",
"product_status": {
"known_affected": [
"T025370",
"777623",
"T048677",
"T048676",
"T048675"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2021-26291"
},
{
"cve": "CVE-2021-3807",
"product_status": {
"known_affected": [
"T025370",
"777623",
"T048677",
"T048676",
"T048675"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2021-3807"
},
{
"cve": "CVE-2021-44906",
"product_status": {
"known_affected": [
"T025370",
"777623",
"T048677",
"T048676",
"T048675"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2021-44906"
},
{
"cve": "CVE-2022-0235",
"product_status": {
"known_affected": [
"T025370",
"777623",
"T048677",
"T048676",
"T048675"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-0235"
},
{
"cve": "CVE-2022-1962",
"product_status": {
"known_affected": [
"T025370",
"777623",
"T048677",
"T048676",
"T048675"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-1962"
},
{
"cve": "CVE-2022-24823",
"product_status": {
"known_affected": [
"T025370",
"777623",
"T048677",
"T048676",
"T048675"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-24823"
},
{
"cve": "CVE-2022-25857",
"product_status": {
"known_affected": [
"T025370",
"777623",
"T048677",
"T048676",
"T048675"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-25857"
},
{
"cve": "CVE-2022-25878",
"product_status": {
"known_affected": [
"T025370",
"777623",
"T048677",
"T048676",
"T048675"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-25878"
},
{
"cve": "CVE-2022-27191",
"product_status": {
"known_affected": [
"T025370",
"777623",
"T048677",
"T048676",
"T048675"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-27191"
},
{
"cve": "CVE-2022-28131",
"product_status": {
"known_affected": [
"T025370",
"777623",
"T048677",
"T048676",
"T048675"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-28131"
},
{
"cve": "CVE-2022-30187",
"product_status": {
"known_affected": [
"T025370",
"777623",
"T048677",
"T048676",
"T048675"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-30187"
},
{
"cve": "CVE-2022-30633",
"product_status": {
"known_affected": [
"T025370",
"777623",
"T048677",
"T048676",
"T048675"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-30633"
},
{
"cve": "CVE-2022-30635",
"product_status": {
"known_affected": [
"T025370",
"777623",
"T048677",
"T048676",
"T048675"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-30635"
}
]
}
WID-SEC-W-2022-2134
Vulnerability from csaf_certbund - Published: 2022-11-20 23:00 - Updated: 2023-06-20 22:00In IBM Spectrum Protect Plus Container Backup and Restore for Kubernetes and Red Hat OpenShift existieren mehrere Schwachstellen. Diese bestehen in der Golang Go Komponente und ermöglichen es einem entfernten anonymen Angreifer einen Cross site Scripting Angriff durchzuführen, Informationen offenzulegen oder einen Denial of Service zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Spectrum Protect 10.1
IBM / Spectrum Protect
|
cpe:/a:ibm:spectrum_protect:10.1
|
— | |
|
IBM Spectrum Protect 8.1.17
IBM / Spectrum Protect
|
cpe:/a:ibm:spectrum_protect:8.1.17
|
— | |
|
IBM Spectrum Protect plus 10.1
IBM / Spectrum Protect
|
cpe:/a:ibm:spectrum_protect:plus_10.1
|
— |
In IBM Spectrum Protect Plus Container Backup and Restore for Kubernetes and Red Hat OpenShift existieren mehrere Schwachstellen. Diese bestehen in der Golang Go Komponente und ermöglichen es einem entfernten anonymen Angreifer einen Cross site Scripting Angriff durchzuführen, Informationen offenzulegen oder einen Denial of Service zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Spectrum Protect 10.1
IBM / Spectrum Protect
|
cpe:/a:ibm:spectrum_protect:10.1
|
— | |
|
IBM Spectrum Protect 8.1.17
IBM / Spectrum Protect
|
cpe:/a:ibm:spectrum_protect:8.1.17
|
— | |
|
IBM Spectrum Protect plus 10.1
IBM / Spectrum Protect
|
cpe:/a:ibm:spectrum_protect:plus_10.1
|
— |
In IBM Spectrum Protect Plus Container Backup and Restore for Kubernetes and Red Hat OpenShift existieren mehrere Schwachstellen. Diese bestehen in der Golang Go Komponente und ermöglichen es einem entfernten anonymen Angreifer einen Cross site Scripting Angriff durchzuführen, Informationen offenzulegen oder einen Denial of Service zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Spectrum Protect 10.1
IBM / Spectrum Protect
|
cpe:/a:ibm:spectrum_protect:10.1
|
— | |
|
IBM Spectrum Protect 8.1.17
IBM / Spectrum Protect
|
cpe:/a:ibm:spectrum_protect:8.1.17
|
— | |
|
IBM Spectrum Protect plus 10.1
IBM / Spectrum Protect
|
cpe:/a:ibm:spectrum_protect:plus_10.1
|
— |
In IBM Spectrum Protect Plus Container Backup and Restore for Kubernetes and Red Hat OpenShift existieren mehrere Schwachstellen. Diese bestehen in der Golang Go Komponente und ermöglichen es einem entfernten anonymen Angreifer einen Cross site Scripting Angriff durchzuführen, Informationen offenzulegen oder einen Denial of Service zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Spectrum Protect 10.1
IBM / Spectrum Protect
|
cpe:/a:ibm:spectrum_protect:10.1
|
— | |
|
IBM Spectrum Protect 8.1.17
IBM / Spectrum Protect
|
cpe:/a:ibm:spectrum_protect:8.1.17
|
— | |
|
IBM Spectrum Protect plus 10.1
IBM / Spectrum Protect
|
cpe:/a:ibm:spectrum_protect:plus_10.1
|
— |
In IBM Spectrum Protect Plus Container Backup and Restore for Kubernetes and Red Hat OpenShift existieren mehrere Schwachstellen. Diese bestehen in der Golang Go Komponente und ermöglichen es einem entfernten anonymen Angreifer einen Cross site Scripting Angriff durchzuführen, Informationen offenzulegen oder einen Denial of Service zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Spectrum Protect 10.1
IBM / Spectrum Protect
|
cpe:/a:ibm:spectrum_protect:10.1
|
— | |
|
IBM Spectrum Protect 8.1.17
IBM / Spectrum Protect
|
cpe:/a:ibm:spectrum_protect:8.1.17
|
— | |
|
IBM Spectrum Protect plus 10.1
IBM / Spectrum Protect
|
cpe:/a:ibm:spectrum_protect:plus_10.1
|
— |
In IBM Spectrum Protect Plus Container Backup and Restore for Kubernetes and Red Hat OpenShift existieren mehrere Schwachstellen. Diese bestehen in der Golang Go Komponente und ermöglichen es einem entfernten anonymen Angreifer einen Cross site Scripting Angriff durchzuführen, Informationen offenzulegen oder einen Denial of Service zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Spectrum Protect 10.1
IBM / Spectrum Protect
|
cpe:/a:ibm:spectrum_protect:10.1
|
— | |
|
IBM Spectrum Protect 8.1.17
IBM / Spectrum Protect
|
cpe:/a:ibm:spectrum_protect:8.1.17
|
— | |
|
IBM Spectrum Protect plus 10.1
IBM / Spectrum Protect
|
cpe:/a:ibm:spectrum_protect:plus_10.1
|
— |
In IBM Spectrum Protect Plus Container Backup and Restore for Kubernetes and Red Hat OpenShift existieren mehrere Schwachstellen. Diese bestehen in der Golang Go Komponente und ermöglichen es einem entfernten anonymen Angreifer einen Cross site Scripting Angriff durchzuführen, Informationen offenzulegen oder einen Denial of Service zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Spectrum Protect 10.1
IBM / Spectrum Protect
|
cpe:/a:ibm:spectrum_protect:10.1
|
— | |
|
IBM Spectrum Protect 8.1.17
IBM / Spectrum Protect
|
cpe:/a:ibm:spectrum_protect:8.1.17
|
— | |
|
IBM Spectrum Protect plus 10.1
IBM / Spectrum Protect
|
cpe:/a:ibm:spectrum_protect:plus_10.1
|
— |
In IBM Spectrum Protect Plus Container Backup and Restore for Kubernetes and Red Hat OpenShift existieren mehrere Schwachstellen. Diese bestehen in der Golang Go Komponente und ermöglichen es einem entfernten anonymen Angreifer einen Cross site Scripting Angriff durchzuführen, Informationen offenzulegen oder einen Denial of Service zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Spectrum Protect 10.1
IBM / Spectrum Protect
|
cpe:/a:ibm:spectrum_protect:10.1
|
— | |
|
IBM Spectrum Protect 8.1.17
IBM / Spectrum Protect
|
cpe:/a:ibm:spectrum_protect:8.1.17
|
— | |
|
IBM Spectrum Protect plus 10.1
IBM / Spectrum Protect
|
cpe:/a:ibm:spectrum_protect:plus_10.1
|
— |
In IBM Spectrum Protect Plus Container Backup and Restore for Kubernetes and Red Hat OpenShift existieren mehrere Schwachstellen. Diese bestehen in der Golang Go Komponente und ermöglichen es einem entfernten anonymen Angreifer einen Cross site Scripting Angriff durchzuführen, Informationen offenzulegen oder einen Denial of Service zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Spectrum Protect 10.1
IBM / Spectrum Protect
|
cpe:/a:ibm:spectrum_protect:10.1
|
— | |
|
IBM Spectrum Protect 8.1.17
IBM / Spectrum Protect
|
cpe:/a:ibm:spectrum_protect:8.1.17
|
— | |
|
IBM Spectrum Protect plus 10.1
IBM / Spectrum Protect
|
cpe:/a:ibm:spectrum_protect:plus_10.1
|
— |
In IBM Spectrum Protect Plus Container Backup and Restore for Kubernetes and Red Hat OpenShift existieren mehrere Schwachstellen. Diese bestehen in der Golang Go Komponente und ermöglichen es einem entfernten anonymen Angreifer einen Cross site Scripting Angriff durchzuführen, Informationen offenzulegen oder einen Denial of Service zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Spectrum Protect 10.1
IBM / Spectrum Protect
|
cpe:/a:ibm:spectrum_protect:10.1
|
— | |
|
IBM Spectrum Protect 8.1.17
IBM / Spectrum Protect
|
cpe:/a:ibm:spectrum_protect:8.1.17
|
— | |
|
IBM Spectrum Protect plus 10.1
IBM / Spectrum Protect
|
cpe:/a:ibm:spectrum_protect:plus_10.1
|
— |
In IBM Spectrum Protect Plus Container Backup and Restore for Kubernetes and Red Hat OpenShift existieren mehrere Schwachstellen. Diese bestehen in der Golang Go Komponente und ermöglichen es einem entfernten anonymen Angreifer einen Cross site Scripting Angriff durchzuführen, Informationen offenzulegen oder einen Denial of Service zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Spectrum Protect 10.1
IBM / Spectrum Protect
|
cpe:/a:ibm:spectrum_protect:10.1
|
— | |
|
IBM Spectrum Protect 8.1.17
IBM / Spectrum Protect
|
cpe:/a:ibm:spectrum_protect:8.1.17
|
— | |
|
IBM Spectrum Protect plus 10.1
IBM / Spectrum Protect
|
cpe:/a:ibm:spectrum_protect:plus_10.1
|
— |
In IBM Spectrum Protect Plus Container Backup and Restore for Kubernetes and Red Hat OpenShift existieren mehrere Schwachstellen. Diese bestehen in der Golang Go Komponente und ermöglichen es einem entfernten anonymen Angreifer einen Cross site Scripting Angriff durchzuführen, Informationen offenzulegen oder einen Denial of Service zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Spectrum Protect 10.1
IBM / Spectrum Protect
|
cpe:/a:ibm:spectrum_protect:10.1
|
— | |
|
IBM Spectrum Protect 8.1.17
IBM / Spectrum Protect
|
cpe:/a:ibm:spectrum_protect:8.1.17
|
— | |
|
IBM Spectrum Protect plus 10.1
IBM / Spectrum Protect
|
cpe:/a:ibm:spectrum_protect:plus_10.1
|
— |
In IBM Spectrum Protect Plus Container Backup and Restore for Kubernetes and Red Hat OpenShift existieren mehrere Schwachstellen. Diese bestehen in der Golang Go Komponente und ermöglichen es einem entfernten anonymen Angreifer einen Cross site Scripting Angriff durchzuführen, Informationen offenzulegen oder einen Denial of Service zu verursachen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
IBM Spectrum Protect 10.1
IBM / Spectrum Protect
|
cpe:/a:ibm:spectrum_protect:10.1
|
— | |
|
IBM Spectrum Protect 8.1.17
IBM / Spectrum Protect
|
cpe:/a:ibm:spectrum_protect:8.1.17
|
— | |
|
IBM Spectrum Protect plus 10.1
IBM / Spectrum Protect
|
cpe:/a:ibm:spectrum_protect:plus_10.1
|
— |
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "IBM Spectrum Protect ist eine zentralisierte Backupl\u00f6sung f\u00fcr Systeme im Netzwerk.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in IBM Spectrum Protect Plus Container Backup and Restore for Kubernetes and Red Hat OpenShift ausnutzen, um einen Cross site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen oder einen Denial of Service zu verursachen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2022-2134 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2022/wid-sec-w-2022-2134.json"
},
{
"category": "self",
"summary": "WID-SEC-2022-2134 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-2134"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7005589 vom 2023-06-21",
"url": "https://www.ibm.com/support/pages/node/7005589"
},
{
"category": "external",
"summary": "IBM Security Bulletin vom 2022-11-20",
"url": "https://www.ibm.com/support/pages/node/6838883"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2022:8626 vom 2022-11-29",
"url": "https://access.redhat.com/errata/RHSA-2022:8626"
},
{
"category": "external",
"summary": "IBM Security Bulletin 6847653 vom 2022-12-20",
"url": "https://www.ibm.com/support/pages/node/6847653"
},
{
"category": "external",
"summary": "IBM Security Bulletin 6847643 vom 2022-12-20",
"url": "https://www.ibm.com/support/pages/node/6847643"
}
],
"source_lang": "en-US",
"title": "IBM Spectrum Protect: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2023-06-20T22:00:00.000+00:00",
"generator": {
"date": "2024-08-15T17:38:41.956+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.5"
}
},
"id": "WID-SEC-W-2022-2134",
"initial_release_date": "2022-11-20T23:00:00.000+00:00",
"revision_history": [
{
"date": "2022-11-20T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2022-11-28T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2022-12-20T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2023-06-20T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von IBM aufgenommen"
}
],
"status": "final",
"version": "4"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "IBM Spectrum Protect plus 10.1",
"product": {
"name": "IBM Spectrum Protect plus 10.1",
"product_id": "T015895",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:spectrum_protect:plus_10.1"
}
}
},
{
"category": "product_name",
"name": "IBM Spectrum Protect 10.1",
"product": {
"name": "IBM Spectrum Protect 10.1",
"product_id": "T023657",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:spectrum_protect:10.1"
}
}
},
{
"category": "product_name",
"name": "IBM Spectrum Protect \u003c plus 10.1.12.2",
"product": {
"name": "IBM Spectrum Protect \u003c plus 10.1.12.2",
"product_id": "T025369",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:spectrum_protect:plus_10.1.12.2"
}
}
},
{
"category": "product_name",
"name": "IBM Spectrum Protect 8.1.17",
"product": {
"name": "IBM Spectrum Protect 8.1.17",
"product_id": "T025663",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:spectrum_protect:8.1.17"
}
}
}
],
"category": "product_name",
"name": "Spectrum Protect"
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-1705",
"notes": [
{
"category": "description",
"text": "In IBM Spectrum Protect Plus Container Backup and Restore for Kubernetes and Red Hat OpenShift existieren mehrere Schwachstellen. Diese bestehen in der Golang Go Komponente und erm\u00f6glichen es einem entfernten anonymen Angreifer einen Cross site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen oder einen Denial of Service zu verursachen."
}
],
"product_status": {
"known_affected": [
"67646",
"T023657",
"T025663",
"T015895"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-1705"
},
{
"cve": "CVE-2022-1962",
"notes": [
{
"category": "description",
"text": "In IBM Spectrum Protect Plus Container Backup and Restore for Kubernetes and Red Hat OpenShift existieren mehrere Schwachstellen. Diese bestehen in der Golang Go Komponente und erm\u00f6glichen es einem entfernten anonymen Angreifer einen Cross site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen oder einen Denial of Service zu verursachen."
}
],
"product_status": {
"known_affected": [
"67646",
"T023657",
"T025663",
"T015895"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-1962"
},
{
"cve": "CVE-2022-27664",
"notes": [
{
"category": "description",
"text": "In IBM Spectrum Protect Plus Container Backup and Restore for Kubernetes and Red Hat OpenShift existieren mehrere Schwachstellen. Diese bestehen in der Golang Go Komponente und erm\u00f6glichen es einem entfernten anonymen Angreifer einen Cross site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen oder einen Denial of Service zu verursachen."
}
],
"product_status": {
"known_affected": [
"67646",
"T023657",
"T025663",
"T015895"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-27664"
},
{
"cve": "CVE-2022-28131",
"notes": [
{
"category": "description",
"text": "In IBM Spectrum Protect Plus Container Backup and Restore for Kubernetes and Red Hat OpenShift existieren mehrere Schwachstellen. Diese bestehen in der Golang Go Komponente und erm\u00f6glichen es einem entfernten anonymen Angreifer einen Cross site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen oder einen Denial of Service zu verursachen."
}
],
"product_status": {
"known_affected": [
"67646",
"T023657",
"T025663",
"T015895"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-28131"
},
{
"cve": "CVE-2022-30630",
"notes": [
{
"category": "description",
"text": "In IBM Spectrum Protect Plus Container Backup and Restore for Kubernetes and Red Hat OpenShift existieren mehrere Schwachstellen. Diese bestehen in der Golang Go Komponente und erm\u00f6glichen es einem entfernten anonymen Angreifer einen Cross site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen oder einen Denial of Service zu verursachen."
}
],
"product_status": {
"known_affected": [
"67646",
"T023657",
"T025663",
"T015895"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-30630"
},
{
"cve": "CVE-2022-30631",
"notes": [
{
"category": "description",
"text": "In IBM Spectrum Protect Plus Container Backup and Restore for Kubernetes and Red Hat OpenShift existieren mehrere Schwachstellen. Diese bestehen in der Golang Go Komponente und erm\u00f6glichen es einem entfernten anonymen Angreifer einen Cross site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen oder einen Denial of Service zu verursachen."
}
],
"product_status": {
"known_affected": [
"67646",
"T023657",
"T025663",
"T015895"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-30631"
},
{
"cve": "CVE-2022-30632",
"notes": [
{
"category": "description",
"text": "In IBM Spectrum Protect Plus Container Backup and Restore for Kubernetes and Red Hat OpenShift existieren mehrere Schwachstellen. Diese bestehen in der Golang Go Komponente und erm\u00f6glichen es einem entfernten anonymen Angreifer einen Cross site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen oder einen Denial of Service zu verursachen."
}
],
"product_status": {
"known_affected": [
"67646",
"T023657",
"T025663",
"T015895"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-30632"
},
{
"cve": "CVE-2022-30633",
"notes": [
{
"category": "description",
"text": "In IBM Spectrum Protect Plus Container Backup and Restore for Kubernetes and Red Hat OpenShift existieren mehrere Schwachstellen. Diese bestehen in der Golang Go Komponente und erm\u00f6glichen es einem entfernten anonymen Angreifer einen Cross site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen oder einen Denial of Service zu verursachen."
}
],
"product_status": {
"known_affected": [
"67646",
"T023657",
"T025663",
"T015895"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-30633"
},
{
"cve": "CVE-2022-30635",
"notes": [
{
"category": "description",
"text": "In IBM Spectrum Protect Plus Container Backup and Restore for Kubernetes and Red Hat OpenShift existieren mehrere Schwachstellen. Diese bestehen in der Golang Go Komponente und erm\u00f6glichen es einem entfernten anonymen Angreifer einen Cross site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen oder einen Denial of Service zu verursachen."
}
],
"product_status": {
"known_affected": [
"67646",
"T023657",
"T025663",
"T015895"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-30635"
},
{
"cve": "CVE-2022-32148",
"notes": [
{
"category": "description",
"text": "In IBM Spectrum Protect Plus Container Backup and Restore for Kubernetes and Red Hat OpenShift existieren mehrere Schwachstellen. Diese bestehen in der Golang Go Komponente und erm\u00f6glichen es einem entfernten anonymen Angreifer einen Cross site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen oder einen Denial of Service zu verursachen."
}
],
"product_status": {
"known_affected": [
"67646",
"T023657",
"T025663",
"T015895"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-32148"
},
{
"cve": "CVE-2022-32149",
"notes": [
{
"category": "description",
"text": "In IBM Spectrum Protect Plus Container Backup and Restore for Kubernetes and Red Hat OpenShift existieren mehrere Schwachstellen. Diese bestehen in der Golang Go Komponente und erm\u00f6glichen es einem entfernten anonymen Angreifer einen Cross site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen oder einen Denial of Service zu verursachen."
}
],
"product_status": {
"known_affected": [
"67646",
"T023657",
"T025663",
"T015895"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-32149"
},
{
"cve": "CVE-2022-32189",
"notes": [
{
"category": "description",
"text": "In IBM Spectrum Protect Plus Container Backup and Restore for Kubernetes and Red Hat OpenShift existieren mehrere Schwachstellen. Diese bestehen in der Golang Go Komponente und erm\u00f6glichen es einem entfernten anonymen Angreifer einen Cross site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen oder einen Denial of Service zu verursachen."
}
],
"product_status": {
"known_affected": [
"67646",
"T023657",
"T025663",
"T015895"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-32189"
},
{
"cve": "CVE-2022-32190",
"notes": [
{
"category": "description",
"text": "In IBM Spectrum Protect Plus Container Backup and Restore for Kubernetes and Red Hat OpenShift existieren mehrere Schwachstellen. Diese bestehen in der Golang Go Komponente und erm\u00f6glichen es einem entfernten anonymen Angreifer einen Cross site Scripting Angriff durchzuf\u00fchren, Informationen offenzulegen oder einen Denial of Service zu verursachen."
}
],
"product_status": {
"known_affected": [
"67646",
"T023657",
"T025663",
"T015895"
]
},
"release_date": "2022-11-20T23:00:00.000+00:00",
"title": "CVE-2022-32190"
}
]
}
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.