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"
}
}
}
FKIE_CVE-2022-1962
Vulnerability from fkie_nvd - Published: 2022-08-10 20:15 - Updated: 2026-03-06 20:165.5 (Medium) - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
| URL | Tags | ||
|---|---|---|---|
| security@golang.org | https://go.dev/cl/417063 | Patch, Vendor Advisory | |
| security@golang.org | https://go.dev/issue/53616 | Exploit, Issue Tracking, Patch, Vendor Advisory | |
| security@golang.org | https://go.googlesource.com/go/+/695be961d57508da5a82217f7415200a11845879 | Patch, Vendor Advisory | |
| security@golang.org | https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE | Release Notes, Vendor Advisory | |
| security@golang.org | https://pkg.go.dev/vuln/GO-2022-0515 | Vendor Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://go.dev/cl/417063 | Patch, Vendor Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://go.dev/issue/53616 | Exploit, Issue Tracking, Patch, Vendor Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://go.googlesource.com/go/+/695be961d57508da5a82217f7415200a11845879 | Patch, Vendor Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE | Release Notes, Vendor Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://pkg.go.dev/vuln/GO-2022-0515 | Vendor Advisory |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*",
"matchCriteriaId": "646881F6-A299-4D92-A1F3-E95959FA426F",
"versionEndExcluding": "1.17.12",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*",
"matchCriteriaId": "FE088A2D-7894-4A48-887C-36DD727A7BEB",
"versionEndExcluding": "1.18.4",
"versionStartIncluding": "1.18.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"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"
}
],
"id": "CVE-2022-1962",
"lastModified": "2026-03-06T20:16:09.373",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"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"
},
"exploitabilityScore": 1.8,
"impactScore": 3.6,
"source": "nvd@nist.gov",
"type": "Primary"
},
{
"cvssData": {
"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"
},
"exploitabilityScore": 1.8,
"impactScore": 3.6,
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
]
},
"published": "2022-08-10T20:15:26.250",
"references": [
{
"source": "security@golang.org",
"tags": [
"Patch",
"Vendor Advisory"
],
"url": "https://go.dev/cl/417063"
},
{
"source": "security@golang.org",
"tags": [
"Exploit",
"Issue Tracking",
"Patch",
"Vendor Advisory"
],
"url": "https://go.dev/issue/53616"
},
{
"source": "security@golang.org",
"tags": [
"Patch",
"Vendor Advisory"
],
"url": "https://go.googlesource.com/go/+/695be961d57508da5a82217f7415200a11845879"
},
{
"source": "security@golang.org",
"tags": [
"Release Notes",
"Vendor Advisory"
],
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
},
{
"source": "security@golang.org",
"tags": [
"Vendor Advisory"
],
"url": "https://pkg.go.dev/vuln/GO-2022-0515"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Patch",
"Vendor Advisory"
],
"url": "https://go.dev/cl/417063"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Exploit",
"Issue Tracking",
"Patch",
"Vendor Advisory"
],
"url": "https://go.dev/issue/53616"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Patch",
"Vendor Advisory"
],
"url": "https://go.googlesource.com/go/+/695be961d57508da5a82217f7415200a11845879"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Release Notes",
"Vendor Advisory"
],
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Vendor Advisory"
],
"url": "https://pkg.go.dev/vuln/GO-2022-0515"
}
],
"sourceIdentifier": "security@golang.org",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-674"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
GHSA-6MWQ-4J3F-RR3X
Vulnerability from github – Published: 2022-08-11 00:00 – Updated: 2026-03-06 21:30Uncontrolled 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.
{
"affected": [],
"aliases": [
"CVE-2022-1962"
],
"database_specific": {
"cwe_ids": [
"CWE-674"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2022-08-10T20:15:00Z",
"severity": "MODERATE"
},
"details": "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.",
"id": "GHSA-6mwq-4j3f-rr3x",
"modified": "2026-03-06T21:30:30Z",
"published": "2022-08-11T00:00:16Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1962"
},
{
"type": "WEB",
"url": "https://go.dev/cl/417063"
},
{
"type": "WEB",
"url": "https://go.dev/issue/53616"
},
{
"type": "WEB",
"url": "https://go.googlesource.com/go/+/695be961d57508da5a82217f7415200a11845879"
},
{
"type": "WEB",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
},
{
"type": "WEB",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RQXU752ALW53OJAF5MG3WMR5CCZVLWW6"
},
{
"type": "WEB",
"url": "https://pkg.go.dev/vuln/GO-2022-0515"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
}
]
}
GSD-2022-1962
Vulnerability from gsd - Updated: 2023-12-13 01:19{
"GSD": {
"alias": "CVE-2022-1962",
"description": "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.",
"id": "GSD-2022-1962",
"references": [
"https://www.suse.com/security/cve/CVE-2022-1962.html",
"https://advisories.mageia.org/CVE-2022-1962.html",
"https://access.redhat.com/errata/RHSA-2022:5775",
"https://access.redhat.com/errata/RHSA-2022:5799",
"https://access.redhat.com/errata/RHSA-2022:5866",
"https://access.redhat.com/errata/RHSA-2022:6040",
"https://access.redhat.com/errata/RHSA-2022:6042",
"https://access.redhat.com/errata/RHSA-2022:6113",
"https://access.redhat.com/errata/RHSA-2022:6188",
"https://access.redhat.com/errata/RHSA-2022:6283",
"https://access.redhat.com/errata/RHSA-2022:6152",
"https://alas.aws.amazon.com/cve/html/CVE-2022-1962.html",
"https://access.redhat.com/errata/RHSA-2022:6345",
"https://access.redhat.com/errata/RHSA-2022:6346",
"https://access.redhat.com/errata/RHSA-2022:6347",
"https://access.redhat.com/errata/RHSA-2022:6348",
"https://access.redhat.com/errata/RHSA-2022:6370",
"https://access.redhat.com/errata/RHSA-2022:6430",
"https://access.redhat.com/errata/RHSA-2022:7519",
"https://access.redhat.com/errata/RHSA-2022:7529",
"https://access.redhat.com/errata/RHSA-2022:8057",
"https://access.redhat.com/errata/RHSA-2022:9047",
"https://access.redhat.com/errata/RHSA-2023:0407",
"https://access.redhat.com/errata/RHSA-2023:0408",
"https://access.redhat.com/errata/RHSA-2023:1042"
]
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2022-1962"
],
"details": "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.",
"id": "GSD-2022-1962",
"modified": "2023-12-13T01:19:28.044318Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "security@golang.org",
"ID": "CVE-2022-1962",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "go/parser",
"version": {
"version_data": [
{
"version_affected": "\u003c",
"version_name": "0",
"version_value": "1.17.12"
},
{
"version_affected": "\u003c",
"version_name": "1.18.0-0",
"version_value": "1.18.4"
}
]
}
}
]
},
"vendor_name": "Go standard library"
}
]
}
},
"credits": [
{
"lang": "en",
"value": "Juho Nurminen of Mattermost"
}
],
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"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."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-674: Uncontrolled Recursion"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://go.dev/cl/417063",
"refsource": "MISC",
"url": "https://go.dev/cl/417063"
},
{
"name": "https://go.googlesource.com/go/+/695be961d57508da5a82217f7415200a11845879",
"refsource": "MISC",
"url": "https://go.googlesource.com/go/+/695be961d57508da5a82217f7415200a11845879"
},
{
"name": "https://go.dev/issue/53616",
"refsource": "MISC",
"url": "https://go.dev/issue/53616"
},
{
"name": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"refsource": "MISC",
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
},
{
"name": "https://pkg.go.dev/vuln/GO-2022-0515",
"refsource": "MISC",
"url": "https://pkg.go.dev/vuln/GO-2022-0515"
}
]
}
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "1.17.12",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "1.18.4",
"versionStartIncluding": "1.18.0",
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "security@golang.org",
"ID": "CVE-2022-1962"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"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."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-674"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://go.dev/cl/417063",
"refsource": "MISC",
"tags": [
"Patch",
"Vendor Advisory"
],
"url": "https://go.dev/cl/417063"
},
{
"name": "https://go.googlesource.com/go/+/695be961d57508da5a82217f7415200a11845879",
"refsource": "MISC",
"tags": [
"Patch",
"Vendor Advisory"
],
"url": "https://go.googlesource.com/go/+/695be961d57508da5a82217f7415200a11845879"
},
{
"name": "https://pkg.go.dev/vuln/GO-2022-0515",
"refsource": "MISC",
"tags": [
"Vendor Advisory"
],
"url": "https://pkg.go.dev/vuln/GO-2022-0515"
},
{
"name": "https://go.dev/issue/53616",
"refsource": "MISC",
"tags": [
"Exploit",
"Issue Tracking",
"Patch",
"Vendor Advisory"
],
"url": "https://go.dev/issue/53616"
},
{
"name": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"refsource": "MISC",
"tags": [
"Release Notes",
"Vendor Advisory"
],
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
}
]
}
},
"impact": {
"baseMetricV3": {
"cvssV3": {
"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"
},
"exploitabilityScore": 1.8,
"impactScore": 3.6
}
},
"lastModifiedDate": "2023-03-01T18:39Z",
"publishedDate": "2022-08-10T20:15Z"
}
}
}
MSRC_CVE-2022-1962
Vulnerability from csaf_microsoft - Published: 2022-08-02 00:00 - Updated: 2026-02-18 14:35| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 18641-16820 | — | ||
| Unresolved product id: 18642-17086 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 17084-2 | — | ||
| Unresolved product id: 17084-3 | — | ||
| Unresolved product id: 17084-7 | — | ||
| Unresolved product id: 17084-1 | — | ||
| Unresolved product id: 17084-6 | — |
| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2022/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2022/msrc_cve… | self |
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2022-1962 Stack exhaustion due to deeply nested types in go/parser - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2022/msrc_cve-2022-1962.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "Stack exhaustion due to deeply nested types in go/parser",
"tracking": {
"current_release_date": "2026-02-18T14:35:38.000Z",
"generator": {
"date": "2026-02-21T00:42:50.815Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2022-1962",
"initial_release_date": "2022-08-02T00:00:00.000Z",
"revision_history": [
{
"date": "2022-08-16T00:00:00.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2026-02-18T14:35:38.000Z",
"legacy_version": "1.1",
"number": "2",
"summary": "Information published."
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
},
{
"category": "product_version",
"name": "1.0",
"product": {
"name": "CBL Mariner 1.0",
"product_id": "16820"
}
},
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccm1 golang 1.18.5-1",
"product": {
"name": "\u003ccm1 golang 1.18.5-1",
"product_id": "5"
}
},
{
"category": "product_version",
"name": "cm1 golang 1.18.5-1",
"product": {
"name": "cm1 golang 1.18.5-1",
"product_id": "18641"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 golang 1.18.5-1",
"product": {
"name": "\u003ccbl2 golang 1.18.5-1",
"product_id": "4"
}
},
{
"category": "product_version",
"name": "cbl2 golang 1.18.5-1",
"product": {
"name": "cbl2 golang 1.18.5-1",
"product_id": "18642"
}
}
],
"category": "product_name",
"name": "golang"
},
{
"category": "product_name",
"name": "azl3 python-tensorboard 2.16.2-6",
"product": {
"name": "azl3 python-tensorboard 2.16.2-6",
"product_id": "2"
}
},
{
"category": "product_name",
"name": "azl3 golang 1.23.9-1",
"product": {
"name": "azl3 golang 1.23.9-1",
"product_id": "3"
}
},
{
"category": "product_name",
"name": "azl3 golang 1.23.7-1",
"product": {
"name": "azl3 golang 1.23.7-1",
"product_id": "7"
}
},
{
"category": "product_name",
"name": "azl3 golang 1.24.3-1",
"product": {
"name": "azl3 golang 1.24.3-1",
"product_id": "1"
}
},
{
"category": "product_name",
"name": "azl3 gcc 13.2.0-7",
"product": {
"name": "azl3 gcc 13.2.0-7",
"product_id": "6"
}
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 python-tensorboard 2.16.2-6 as a component of Azure Linux 3.0",
"product_id": "17084-2"
},
"product_reference": "2",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 golang 1.23.9-1 as a component of Azure Linux 3.0",
"product_id": "17084-3"
},
"product_reference": "3",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 golang 1.23.7-1 as a component of Azure Linux 3.0",
"product_id": "17084-7"
},
"product_reference": "7",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 golang 1.24.3-1 as a component of Azure Linux 3.0",
"product_id": "17084-1"
},
"product_reference": "1",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccm1 golang 1.18.5-1 as a component of CBL Mariner 1.0",
"product_id": "16820-5"
},
"product_reference": "5",
"relates_to_product_reference": "16820"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cm1 golang 1.18.5-1 as a component of CBL Mariner 1.0",
"product_id": "18641-16820"
},
"product_reference": "18641",
"relates_to_product_reference": "16820"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 golang 1.18.5-1 as a component of CBL Mariner 2.0",
"product_id": "17086-4"
},
"product_reference": "4",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 golang 1.18.5-1 as a component of CBL Mariner 2.0",
"product_id": "18642-17086"
},
"product_reference": "18642",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 gcc 13.2.0-7 as a component of Azure Linux 3.0",
"product_id": "17084-6"
},
"product_reference": "6",
"relates_to_product_reference": "17084"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-1962",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"flags": [
{
"label": "component_not_present",
"product_ids": [
"17084-2",
"17084-3",
"17084-7",
"17084-1",
"17084-6"
]
}
],
"notes": [
{
"category": "general",
"text": "Go",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"18641-16820",
"18642-17086"
],
"known_affected": [
"16820-5",
"17086-4"
],
"known_not_affected": [
"17084-2",
"17084-3",
"17084-7",
"17084-1",
"17084-6"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2022-1962 Stack exhaustion due to deeply nested types in go/parser - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2022/msrc_cve-2022-1962.json"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2022-08-16T00:00:00.000Z",
"details": "1.18.5-1:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"16820-5",
"17086-4"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"environmentalsScore": 0.0,
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"temporalScore": 5.5,
"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": [
"16820-5",
"17086-4"
]
}
],
"title": "Stack exhaustion due to deeply nested types in go/parser"
}
]
}
OPENSUSE-SU-2024:12189-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:go1.17-1.17.12-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-1.17.12-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-1.17.12-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-1.17.12-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:go1.17-1.17.12-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-1.17.12-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-1.17.12-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-1.17.12-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:go1.17-1.17.12-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-1.17.12-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-1.17.12-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-1.17.12-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:go1.17-1.17.12-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-1.17.12-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-1.17.12-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-1.17.12-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:go1.17-1.17.12-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-1.17.12-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-1.17.12-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-1.17.12-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:go1.17-1.17.12-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-1.17.12-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-1.17.12-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-1.17.12-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:go1.17-1.17.12-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-1.17.12-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-1.17.12-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-1.17.12-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:go1.17-1.17.12-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-1.17.12-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-1.17.12-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-1.17.12-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:go1.17-1.17.12-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-1.17.12-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-1.17.12-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-1.17.12-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "go1.17-1.17.12-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the go1.17-1.17.12-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-12189",
"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/opensuse-su-2024_12189-1.json"
},
{
"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/"
}
],
"title": "go1.17-1.17.12-1.1 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:12189-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.17-1.17.12-1.1.aarch64",
"product": {
"name": "go1.17-1.17.12-1.1.aarch64",
"product_id": "go1.17-1.17.12-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.17-doc-1.17.12-1.1.aarch64",
"product": {
"name": "go1.17-doc-1.17.12-1.1.aarch64",
"product_id": "go1.17-doc-1.17.12-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.17-race-1.17.12-1.1.aarch64",
"product": {
"name": "go1.17-race-1.17.12-1.1.aarch64",
"product_id": "go1.17-race-1.17.12-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.17-1.17.12-1.1.ppc64le",
"product": {
"name": "go1.17-1.17.12-1.1.ppc64le",
"product_id": "go1.17-1.17.12-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.17-doc-1.17.12-1.1.ppc64le",
"product": {
"name": "go1.17-doc-1.17.12-1.1.ppc64le",
"product_id": "go1.17-doc-1.17.12-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.17-race-1.17.12-1.1.ppc64le",
"product": {
"name": "go1.17-race-1.17.12-1.1.ppc64le",
"product_id": "go1.17-race-1.17.12-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.17-1.17.12-1.1.s390x",
"product": {
"name": "go1.17-1.17.12-1.1.s390x",
"product_id": "go1.17-1.17.12-1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.17-doc-1.17.12-1.1.s390x",
"product": {
"name": "go1.17-doc-1.17.12-1.1.s390x",
"product_id": "go1.17-doc-1.17.12-1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.17-race-1.17.12-1.1.s390x",
"product": {
"name": "go1.17-race-1.17.12-1.1.s390x",
"product_id": "go1.17-race-1.17.12-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.17-1.17.12-1.1.x86_64",
"product": {
"name": "go1.17-1.17.12-1.1.x86_64",
"product_id": "go1.17-1.17.12-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.17-doc-1.17.12-1.1.x86_64",
"product": {
"name": "go1.17-doc-1.17.12-1.1.x86_64",
"product_id": "go1.17-doc-1.17.12-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.17-race-1.17.12-1.1.x86_64",
"product": {
"name": "go1.17-race-1.17.12-1.1.x86_64",
"product_id": "go1.17-race-1.17.12-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.12-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.17-1.17.12-1.1.aarch64"
},
"product_reference": "go1.17-1.17.12-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.12-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.17-1.17.12-1.1.ppc64le"
},
"product_reference": "go1.17-1.17.12-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.12-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.17-1.17.12-1.1.s390x"
},
"product_reference": "go1.17-1.17.12-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-1.17.12-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.17-1.17.12-1.1.x86_64"
},
"product_reference": "go1.17-1.17.12-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.12-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.aarch64"
},
"product_reference": "go1.17-doc-1.17.12-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.12-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.ppc64le"
},
"product_reference": "go1.17-doc-1.17.12-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.12-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.s390x"
},
"product_reference": "go1.17-doc-1.17.12-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-doc-1.17.12-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.x86_64"
},
"product_reference": "go1.17-doc-1.17.12-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.12-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.aarch64"
},
"product_reference": "go1.17-race-1.17.12-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.12-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.ppc64le"
},
"product_reference": "go1.17-race-1.17.12-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.12-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.s390x"
},
"product_reference": "go1.17-race-1.17.12-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.17-race-1.17.12-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.x86_64"
},
"product_reference": "go1.17-race-1.17.12-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"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": [
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.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": [
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.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": [
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"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": [
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.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": [
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.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": [
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"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": [
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.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": [
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.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": [
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"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": [
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.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": [
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.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": [
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"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": [
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.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": [
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.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": [
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"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": [
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.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": [
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.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": [
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"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": [
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.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": [
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.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": [
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"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": [
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.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": [
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.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": [
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"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": [
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.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": [
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.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": [
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-doc-1.17.12-1.1.x86_64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.aarch64",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.ppc64le",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.s390x",
"openSUSE Tumbleweed:go1.17-race-1.17.12-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-32148"
}
]
}
OPENSUSE-SU-2024:12190-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:go1.18-1.18.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-1.18.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-1.18.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-1.18.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:go1.18-1.18.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-1.18.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-1.18.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-1.18.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:go1.18-1.18.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-1.18.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-1.18.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-1.18.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:go1.18-1.18.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-1.18.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-1.18.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-1.18.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:go1.18-1.18.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-1.18.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-1.18.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-1.18.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:go1.18-1.18.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-1.18.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-1.18.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-1.18.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:go1.18-1.18.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-1.18.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-1.18.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-1.18.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:go1.18-1.18.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-1.18.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-1.18.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-1.18.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:go1.18-1.18.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-1.18.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-1.18.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-1.18.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "go1.18-1.18.4-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the go1.18-1.18.4-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-12190",
"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/opensuse-su-2024_12190-1.json"
},
{
"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/"
}
],
"title": "go1.18-1.18.4-1.1 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:12190-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.18-1.18.4-1.1.aarch64",
"product": {
"name": "go1.18-1.18.4-1.1.aarch64",
"product_id": "go1.18-1.18.4-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.18-doc-1.18.4-1.1.aarch64",
"product": {
"name": "go1.18-doc-1.18.4-1.1.aarch64",
"product_id": "go1.18-doc-1.18.4-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.18-race-1.18.4-1.1.aarch64",
"product": {
"name": "go1.18-race-1.18.4-1.1.aarch64",
"product_id": "go1.18-race-1.18.4-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.18-1.18.4-1.1.ppc64le",
"product": {
"name": "go1.18-1.18.4-1.1.ppc64le",
"product_id": "go1.18-1.18.4-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.18-doc-1.18.4-1.1.ppc64le",
"product": {
"name": "go1.18-doc-1.18.4-1.1.ppc64le",
"product_id": "go1.18-doc-1.18.4-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.18-race-1.18.4-1.1.ppc64le",
"product": {
"name": "go1.18-race-1.18.4-1.1.ppc64le",
"product_id": "go1.18-race-1.18.4-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.18-1.18.4-1.1.s390x",
"product": {
"name": "go1.18-1.18.4-1.1.s390x",
"product_id": "go1.18-1.18.4-1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.18-doc-1.18.4-1.1.s390x",
"product": {
"name": "go1.18-doc-1.18.4-1.1.s390x",
"product_id": "go1.18-doc-1.18.4-1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.18-race-1.18.4-1.1.s390x",
"product": {
"name": "go1.18-race-1.18.4-1.1.s390x",
"product_id": "go1.18-race-1.18.4-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.18-1.18.4-1.1.x86_64",
"product": {
"name": "go1.18-1.18.4-1.1.x86_64",
"product_id": "go1.18-1.18.4-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.18-doc-1.18.4-1.1.x86_64",
"product": {
"name": "go1.18-doc-1.18.4-1.1.x86_64",
"product_id": "go1.18-doc-1.18.4-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.18-race-1.18.4-1.1.x86_64",
"product": {
"name": "go1.18-race-1.18.4-1.1.x86_64",
"product_id": "go1.18-race-1.18.4-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-1.18.4-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.18-1.18.4-1.1.aarch64"
},
"product_reference": "go1.18-1.18.4-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-1.18.4-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.18-1.18.4-1.1.ppc64le"
},
"product_reference": "go1.18-1.18.4-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-1.18.4-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.18-1.18.4-1.1.s390x"
},
"product_reference": "go1.18-1.18.4-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-1.18.4-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.18-1.18.4-1.1.x86_64"
},
"product_reference": "go1.18-1.18.4-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-doc-1.18.4-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.aarch64"
},
"product_reference": "go1.18-doc-1.18.4-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-doc-1.18.4-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.ppc64le"
},
"product_reference": "go1.18-doc-1.18.4-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-doc-1.18.4-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.s390x"
},
"product_reference": "go1.18-doc-1.18.4-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-doc-1.18.4-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.x86_64"
},
"product_reference": "go1.18-doc-1.18.4-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-race-1.18.4-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.aarch64"
},
"product_reference": "go1.18-race-1.18.4-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-race-1.18.4-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.ppc64le"
},
"product_reference": "go1.18-race-1.18.4-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-race-1.18.4-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.s390x"
},
"product_reference": "go1.18-race-1.18.4-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.18-race-1.18.4-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.x86_64"
},
"product_reference": "go1.18-race-1.18.4-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"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": [
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.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": [
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.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": [
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"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": [
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.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": [
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.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": [
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"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": [
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.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": [
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.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": [
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"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": [
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.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": [
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.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": [
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"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": [
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.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": [
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.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": [
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"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": [
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.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": [
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.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": [
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"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": [
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.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": [
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.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": [
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"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": [
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.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": [
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.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": [
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"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": [
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.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": [
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.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": [
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-doc-1.18.4-1.1.x86_64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.aarch64",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.ppc64le",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.s390x",
"openSUSE Tumbleweed:go1.18-race-1.18.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-32148"
}
]
}
OPENSUSE-SU-2024:12492-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:velero-1.9.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velero-1.9.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velero-1.9.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velero-1.9.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velero-bash-completion-1.9.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velero-bash-completion-1.9.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velero-bash-completion-1.9.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velero-bash-completion-1.9.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velero-fish-completion-1.9.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velero-fish-completion-1.9.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velero-fish-completion-1.9.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velero-fish-completion-1.9.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velero-zsh-completion-1.9.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velero-zsh-completion-1.9.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velero-zsh-completion-1.9.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:velero-zsh-completion-1.9.2-1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "velero-1.9.2-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the velero-1.9.2-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-12492",
"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/opensuse-su-2024_12492-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-1962 page",
"url": "https://www.suse.com/security/cve/CVE-2022-1962/"
}
],
"title": "velero-1.9.2-1.1 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:12492-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "velero-1.9.2-1.1.aarch64",
"product": {
"name": "velero-1.9.2-1.1.aarch64",
"product_id": "velero-1.9.2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "velero-bash-completion-1.9.2-1.1.aarch64",
"product": {
"name": "velero-bash-completion-1.9.2-1.1.aarch64",
"product_id": "velero-bash-completion-1.9.2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "velero-fish-completion-1.9.2-1.1.aarch64",
"product": {
"name": "velero-fish-completion-1.9.2-1.1.aarch64",
"product_id": "velero-fish-completion-1.9.2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "velero-zsh-completion-1.9.2-1.1.aarch64",
"product": {
"name": "velero-zsh-completion-1.9.2-1.1.aarch64",
"product_id": "velero-zsh-completion-1.9.2-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "velero-1.9.2-1.1.ppc64le",
"product": {
"name": "velero-1.9.2-1.1.ppc64le",
"product_id": "velero-1.9.2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "velero-bash-completion-1.9.2-1.1.ppc64le",
"product": {
"name": "velero-bash-completion-1.9.2-1.1.ppc64le",
"product_id": "velero-bash-completion-1.9.2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "velero-fish-completion-1.9.2-1.1.ppc64le",
"product": {
"name": "velero-fish-completion-1.9.2-1.1.ppc64le",
"product_id": "velero-fish-completion-1.9.2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "velero-zsh-completion-1.9.2-1.1.ppc64le",
"product": {
"name": "velero-zsh-completion-1.9.2-1.1.ppc64le",
"product_id": "velero-zsh-completion-1.9.2-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "velero-1.9.2-1.1.s390x",
"product": {
"name": "velero-1.9.2-1.1.s390x",
"product_id": "velero-1.9.2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "velero-bash-completion-1.9.2-1.1.s390x",
"product": {
"name": "velero-bash-completion-1.9.2-1.1.s390x",
"product_id": "velero-bash-completion-1.9.2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "velero-fish-completion-1.9.2-1.1.s390x",
"product": {
"name": "velero-fish-completion-1.9.2-1.1.s390x",
"product_id": "velero-fish-completion-1.9.2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "velero-zsh-completion-1.9.2-1.1.s390x",
"product": {
"name": "velero-zsh-completion-1.9.2-1.1.s390x",
"product_id": "velero-zsh-completion-1.9.2-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "velero-1.9.2-1.1.x86_64",
"product": {
"name": "velero-1.9.2-1.1.x86_64",
"product_id": "velero-1.9.2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "velero-bash-completion-1.9.2-1.1.x86_64",
"product": {
"name": "velero-bash-completion-1.9.2-1.1.x86_64",
"product_id": "velero-bash-completion-1.9.2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "velero-fish-completion-1.9.2-1.1.x86_64",
"product": {
"name": "velero-fish-completion-1.9.2-1.1.x86_64",
"product_id": "velero-fish-completion-1.9.2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "velero-zsh-completion-1.9.2-1.1.x86_64",
"product": {
"name": "velero-zsh-completion-1.9.2-1.1.x86_64",
"product_id": "velero-zsh-completion-1.9.2-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "velero-1.9.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:velero-1.9.2-1.1.aarch64"
},
"product_reference": "velero-1.9.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "velero-1.9.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:velero-1.9.2-1.1.ppc64le"
},
"product_reference": "velero-1.9.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "velero-1.9.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:velero-1.9.2-1.1.s390x"
},
"product_reference": "velero-1.9.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "velero-1.9.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:velero-1.9.2-1.1.x86_64"
},
"product_reference": "velero-1.9.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "velero-bash-completion-1.9.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:velero-bash-completion-1.9.2-1.1.aarch64"
},
"product_reference": "velero-bash-completion-1.9.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "velero-bash-completion-1.9.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:velero-bash-completion-1.9.2-1.1.ppc64le"
},
"product_reference": "velero-bash-completion-1.9.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "velero-bash-completion-1.9.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:velero-bash-completion-1.9.2-1.1.s390x"
},
"product_reference": "velero-bash-completion-1.9.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "velero-bash-completion-1.9.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:velero-bash-completion-1.9.2-1.1.x86_64"
},
"product_reference": "velero-bash-completion-1.9.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "velero-fish-completion-1.9.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:velero-fish-completion-1.9.2-1.1.aarch64"
},
"product_reference": "velero-fish-completion-1.9.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "velero-fish-completion-1.9.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:velero-fish-completion-1.9.2-1.1.ppc64le"
},
"product_reference": "velero-fish-completion-1.9.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "velero-fish-completion-1.9.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:velero-fish-completion-1.9.2-1.1.s390x"
},
"product_reference": "velero-fish-completion-1.9.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "velero-fish-completion-1.9.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:velero-fish-completion-1.9.2-1.1.x86_64"
},
"product_reference": "velero-fish-completion-1.9.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "velero-zsh-completion-1.9.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:velero-zsh-completion-1.9.2-1.1.aarch64"
},
"product_reference": "velero-zsh-completion-1.9.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "velero-zsh-completion-1.9.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:velero-zsh-completion-1.9.2-1.1.ppc64le"
},
"product_reference": "velero-zsh-completion-1.9.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "velero-zsh-completion-1.9.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:velero-zsh-completion-1.9.2-1.1.s390x"
},
"product_reference": "velero-zsh-completion-1.9.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "velero-zsh-completion-1.9.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:velero-zsh-completion-1.9.2-1.1.x86_64"
},
"product_reference": "velero-zsh-completion-1.9.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"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": [
"openSUSE Tumbleweed:velero-1.9.2-1.1.aarch64",
"openSUSE Tumbleweed:velero-1.9.2-1.1.ppc64le",
"openSUSE Tumbleweed:velero-1.9.2-1.1.s390x",
"openSUSE Tumbleweed:velero-1.9.2-1.1.x86_64",
"openSUSE Tumbleweed:velero-bash-completion-1.9.2-1.1.aarch64",
"openSUSE Tumbleweed:velero-bash-completion-1.9.2-1.1.ppc64le",
"openSUSE Tumbleweed:velero-bash-completion-1.9.2-1.1.s390x",
"openSUSE Tumbleweed:velero-bash-completion-1.9.2-1.1.x86_64",
"openSUSE Tumbleweed:velero-fish-completion-1.9.2-1.1.aarch64",
"openSUSE Tumbleweed:velero-fish-completion-1.9.2-1.1.ppc64le",
"openSUSE Tumbleweed:velero-fish-completion-1.9.2-1.1.s390x",
"openSUSE Tumbleweed:velero-fish-completion-1.9.2-1.1.x86_64",
"openSUSE Tumbleweed:velero-zsh-completion-1.9.2-1.1.aarch64",
"openSUSE Tumbleweed:velero-zsh-completion-1.9.2-1.1.ppc64le",
"openSUSE Tumbleweed:velero-zsh-completion-1.9.2-1.1.s390x",
"openSUSE Tumbleweed:velero-zsh-completion-1.9.2-1.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": [
"openSUSE Tumbleweed:velero-1.9.2-1.1.aarch64",
"openSUSE Tumbleweed:velero-1.9.2-1.1.ppc64le",
"openSUSE Tumbleweed:velero-1.9.2-1.1.s390x",
"openSUSE Tumbleweed:velero-1.9.2-1.1.x86_64",
"openSUSE Tumbleweed:velero-bash-completion-1.9.2-1.1.aarch64",
"openSUSE Tumbleweed:velero-bash-completion-1.9.2-1.1.ppc64le",
"openSUSE Tumbleweed:velero-bash-completion-1.9.2-1.1.s390x",
"openSUSE Tumbleweed:velero-bash-completion-1.9.2-1.1.x86_64",
"openSUSE Tumbleweed:velero-fish-completion-1.9.2-1.1.aarch64",
"openSUSE Tumbleweed:velero-fish-completion-1.9.2-1.1.ppc64le",
"openSUSE Tumbleweed:velero-fish-completion-1.9.2-1.1.s390x",
"openSUSE Tumbleweed:velero-fish-completion-1.9.2-1.1.x86_64",
"openSUSE Tumbleweed:velero-zsh-completion-1.9.2-1.1.aarch64",
"openSUSE Tumbleweed:velero-zsh-completion-1.9.2-1.1.ppc64le",
"openSUSE Tumbleweed:velero-zsh-completion-1.9.2-1.1.s390x",
"openSUSE Tumbleweed:velero-zsh-completion-1.9.2-1.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": [
"openSUSE Tumbleweed:velero-1.9.2-1.1.aarch64",
"openSUSE Tumbleweed:velero-1.9.2-1.1.ppc64le",
"openSUSE Tumbleweed:velero-1.9.2-1.1.s390x",
"openSUSE Tumbleweed:velero-1.9.2-1.1.x86_64",
"openSUSE Tumbleweed:velero-bash-completion-1.9.2-1.1.aarch64",
"openSUSE Tumbleweed:velero-bash-completion-1.9.2-1.1.ppc64le",
"openSUSE Tumbleweed:velero-bash-completion-1.9.2-1.1.s390x",
"openSUSE Tumbleweed:velero-bash-completion-1.9.2-1.1.x86_64",
"openSUSE Tumbleweed:velero-fish-completion-1.9.2-1.1.aarch64",
"openSUSE Tumbleweed:velero-fish-completion-1.9.2-1.1.ppc64le",
"openSUSE Tumbleweed:velero-fish-completion-1.9.2-1.1.s390x",
"openSUSE Tumbleweed:velero-fish-completion-1.9.2-1.1.x86_64",
"openSUSE Tumbleweed:velero-zsh-completion-1.9.2-1.1.aarch64",
"openSUSE Tumbleweed:velero-zsh-completion-1.9.2-1.1.ppc64le",
"openSUSE Tumbleweed:velero-zsh-completion-1.9.2-1.1.s390x",
"openSUSE Tumbleweed:velero-zsh-completion-1.9.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-1962"
}
]
}
RHSA-2022:5775
Vulnerability from csaf_redhat - Published: 2022-08-01 12:10 - Updated: 2026-05-31 20:30A 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.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8 | — |
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.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8 | — |
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.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
|
A flaw was found in the crypto/tls golang package. When session tickets are generated by crypto/tls, it is missing the ticket expiration. This issue may allow an attacker to observe the TLS handshakes to correlate successive connections during session resumption.
CWE-331 - Insufficient Entropy| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8 | — |
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.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8 | — |
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.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8 | — |
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.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8 | — |
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.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8 | — |
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.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8 | — |
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.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the go-toolset:rhel8 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 Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Go Toolset provides the Go programming language tools and libraries. Go is alternatively known as golang. \n\nSecurity Fix(es):\n\n* golang: compress/gzip: stack exhaustion in Reader.Read (CVE-2022-30631)\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: 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: 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\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\nBug Fix(es):\n\n* Clean up dist-git patches (BZ#2110942)\n\n* Update Go to version 1.17.12 (BZ#2110943)",
"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-2022:5775",
"url": "https://access.redhat.com/errata/RHSA-2022:5775"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"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": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_5775.json"
}
],
"title": "Red Hat Security Advisory: go-toolset:rhel8 security and bug fix update",
"tracking": {
"current_release_date": "2026-05-31T20:30:49+00:00",
"generator": {
"date": "2026-05-31T20:30:49+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2022:5775",
"initial_release_date": "2022-08-01T12:10:47+00:00",
"revision_history": [
{
"date": "2022-08-01T12:10:47+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-08-01T12:10:47+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-31T20:30:49+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.6.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64 (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.17.12-1.module%2Bel8.6.0%2B16014%2Ba372c00b?arch=aarch64\u0026rpmmod=go-toolset:rhel8:8060020220720230014:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"product": {
"name": "golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64 (go-toolset:rhel8)",
"product_id": "golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.17.12-1.module%2Bel8.6.0%2B16014%2Ba372c00b?arch=aarch64\u0026rpmmod=go-toolset:rhel8:8060020220720230014:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"product": {
"name": "golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64 (go-toolset:rhel8)",
"product_id": "golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.17.12-1.module%2Bel8.6.0%2B16014%2Ba372c00b?arch=aarch64\u0026rpmmod=go-toolset:rhel8:8060020220720230014:97d7f71f"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.17.12-1.module%2Bel8.6.0%2B16014%2Ba372c00b?arch=src\u0026rpmmod=go-toolset:rhel8:8060020220720230014:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"product": {
"name": "golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src (go-toolset:rhel8)",
"product_id": "golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.17.12-1.module%2Bel8.6.0%2B16014%2Ba372c00b?arch=src\u0026rpmmod=go-toolset:rhel8:8060020220720230014:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"product": {
"name": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src (go-toolset:rhel8)",
"product_id": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.7.2-1.module%2Bel8.6.0%2B12972%2Bebab5911?arch=src\u0026rpmmod=go-toolset:rhel8:8060020220720230014:97d7f71f"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"product": {
"name": "golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch (go-toolset:rhel8)",
"product_id": "golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.17.12-1.module%2Bel8.6.0%2B16014%2Ba372c00b?arch=noarch\u0026rpmmod=go-toolset:rhel8:8060020220720230014:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"product": {
"name": "golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch (go-toolset:rhel8)",
"product_id": "golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.17.12-1.module%2Bel8.6.0%2B16014%2Ba372c00b?arch=noarch\u0026rpmmod=go-toolset:rhel8:8060020220720230014:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"product": {
"name": "golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch (go-toolset:rhel8)",
"product_id": "golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.17.12-1.module%2Bel8.6.0%2B16014%2Ba372c00b?arch=noarch\u0026rpmmod=go-toolset:rhel8:8060020220720230014:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"product": {
"name": "golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch (go-toolset:rhel8)",
"product_id": "golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.17.12-1.module%2Bel8.6.0%2B16014%2Ba372c00b?arch=noarch\u0026rpmmod=go-toolset:rhel8:8060020220720230014:97d7f71f"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.17.12-1.module%2Bel8.6.0%2B16014%2Ba372c00b?arch=ppc64le\u0026rpmmod=go-toolset:rhel8:8060020220720230014:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"product": {
"name": "golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le (go-toolset:rhel8)",
"product_id": "golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.17.12-1.module%2Bel8.6.0%2B16014%2Ba372c00b?arch=ppc64le\u0026rpmmod=go-toolset:rhel8:8060020220720230014:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"product": {
"name": "golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le (go-toolset:rhel8)",
"product_id": "golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.17.12-1.module%2Bel8.6.0%2B16014%2Ba372c00b?arch=ppc64le\u0026rpmmod=go-toolset:rhel8:8060020220720230014:97d7f71f"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.17.12-1.module%2Bel8.6.0%2B16014%2Ba372c00b?arch=s390x\u0026rpmmod=go-toolset:rhel8:8060020220720230014:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"product": {
"name": "golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x (go-toolset:rhel8)",
"product_id": "golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.17.12-1.module%2Bel8.6.0%2B16014%2Ba372c00b?arch=s390x\u0026rpmmod=go-toolset:rhel8:8060020220720230014:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"product": {
"name": "golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x (go-toolset:rhel8)",
"product_id": "golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.17.12-1.module%2Bel8.6.0%2B16014%2Ba372c00b?arch=s390x\u0026rpmmod=go-toolset:rhel8:8060020220720230014:97d7f71f"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"product": {
"name": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64 (go-toolset:rhel8)",
"product_id": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.7.2-1.module%2Bel8.6.0%2B12972%2Bebab5911?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8060020220720230014:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"product": {
"name": "delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64 (go-toolset:rhel8)",
"product_id": "delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debuginfo@1.7.2-1.module%2Bel8.6.0%2B12972%2Bebab5911?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8060020220720230014:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"product": {
"name": "delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64 (go-toolset:rhel8)",
"product_id": "delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debugsource@1.7.2-1.module%2Bel8.6.0%2B12972%2Bebab5911?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8060020220720230014:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64 (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.17.12-1.module%2Bel8.6.0%2B16014%2Ba372c00b?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8060020220720230014:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"product": {
"name": "golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64 (go-toolset:rhel8)",
"product_id": "golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.17.12-1.module%2Bel8.6.0%2B16014%2Ba372c00b?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8060020220720230014:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"product": {
"name": "golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64 (go-toolset:rhel8)",
"product_id": "golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.17.12-1.module%2Bel8.6.0%2B16014%2Ba372c00b?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8060020220720230014:97d7f71f"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"product": {
"name": "golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64 (go-toolset:rhel8)",
"product_id": "golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.17.12-1.module%2Bel8.6.0%2B16014%2Ba372c00b?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8060020220720230014:97d7f71f"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8"
},
"product_reference": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8"
},
"product_reference": "golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8"
},
"product_reference": "golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8"
},
"product_reference": "golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8"
},
"product_reference": "golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8"
},
"product_reference": "golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8"
},
"product_reference": "golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8"
},
"product_reference": "golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8"
},
"product_reference": "golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8"
},
"product_reference": "golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8"
},
"product_reference": "golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.6.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8"
},
"product_reference": "golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.MAIN.EUS"
}
]
},
"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.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8"
]
},
"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": "2022-08-01T12:10:47+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:5775"
}
],
"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.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8"
]
}
],
"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.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8"
]
},
"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": "2022-08-01T12:10:47+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:5775"
}
],
"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.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: go/parser: stack exhaustion in all Parse* functions"
},
{
"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.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8"
]
},
"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": "2022-08-01T12:10:47+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:5775"
}
],
"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.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: encoding/xml: stack exhaustion in Decoder.Skip"
},
{
"cve": "CVE-2022-30629",
"cwe": {
"id": "CWE-331",
"name": "Insufficient Entropy"
},
"discovery_date": "2022-06-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2092793"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls golang package. When session tickets are generated by crypto/tls, it is missing the ticket expiration. This issue may allow an attacker to observe the TLS handshakes to correlate successive connections during session resumption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: session tickets lack random ticket_age_add",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30629"
},
{
"category": "external",
"summary": "RHBZ#2092793",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2092793"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30629",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30629"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/TzIC9-t8Ytg",
"url": "https://groups.google.com/g/golang-announce/c/TzIC9-t8Ytg"
}
],
"release_date": "2022-06-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-08-01T12:10:47+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:5775"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.1,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "golang: crypto/tls: session tickets lack random ticket_age_add"
},
{
"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.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8"
]
},
"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": "2022-08-01T12:10:47+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:5775"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8"
]
}
],
"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.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8"
]
},
"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": "2022-08-01T12:10:47+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:5775"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8"
]
}
],
"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.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8"
]
},
"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": "2022-08-01T12:10:47+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:5775"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8"
]
}
],
"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.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8"
]
},
"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": "2022-08-01T12:10:47+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:5775"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8"
]
}
],
"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.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8"
]
},
"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": "2022-08-01T12:10:47+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:5775"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8"
]
}
],
"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.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8"
]
},
"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": "2022-08-01T12:10:47+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:5775"
}
],
"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.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debuginfo-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:delve-debugsource-0:1.7.2-1.module+el8.6.0+12972+ebab5911.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.src::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.aarch64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.ppc64le::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.s390x::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.module+el8.6.0+16014+a372c00b.x86_64::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8",
"AppStream-8.6.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.module+el8.6.0+16014+a372c00b.noarch::go-toolset:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working"
}
]
}
RHSA-2022:5799
Vulnerability from csaf_redhat - Published: 2022-08-01 16:07 - Updated: 2026-05-31 20:30A 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-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64 | — | ||
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le | — | ||
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x | — | ||
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src | — | ||
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64 | — |
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-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64 | — | ||
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le | — | ||
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x | — | ||
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src | — | ||
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64 | — |
A buffer overflow flaw was found in Golang's library encoding/pem. This flaw allows an attacker to use a large PEM input (more than 5 MB), causing a stack overflow in Decode, which leads to a loss of availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
A stack overflow flaw was found in Golang's regexp module, which can crash the runtime if the application using regexp accepts very long or arbitrarily long regexps from untrusted sources that have sufficient nesting depths. To exploit this vulnerability, an attacker would need to send large regexps with deep nesting to the application. Triggering this flaw leads to a crash of the runtime, which causes a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch | — |
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-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64 | — | ||
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le | — | ||
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x | — | ||
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src | — | ||
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64 | — |
An integer overflow flaw was found in Golang's crypto/elliptic library. This flaw allows an attacker to use a crafted scaler input longer than 32 bytes, causing P256().ScalarMult or P256().ScalarBaseMult to panic, leading to a loss of availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
A flaw was found in the syscall.Faccessat function when calling a process by checking the group. This flaw allows an attacker to check the process group permissions rather than a member of the file's group, affecting system availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
A flaw was found in the crypto/tls golang package. When session tickets are generated by crypto/tls, it is missing the ticket expiration. This issue may allow an attacker to observe the TLS handshakes to correlate successive connections during session resumption.
CWE-331 - Insufficient Entropy| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch | — |
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-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64 | — | ||
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le | — | ||
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x | — | ||
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src | — | ||
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64 | — |
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-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64 | — | ||
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le | — | ||
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x | — | ||
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src | — | ||
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64 | — |
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-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64 | — | ||
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le | — | ||
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x | — | ||
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src | — | ||
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64 | — |
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-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64 | — | ||
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le | — | ||
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x | — | ||
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src | — | ||
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64 | — |
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-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64 | — | ||
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le | — | ||
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x | — | ||
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src | — | ||
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64 | — |
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-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64 | — | ||
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le | — | ||
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x | — | ||
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src | — | ||
| Unresolved product id: AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64 | — |
{
"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 go-toolset and golang is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Go Toolset provides the Go programming language tools and libraries. Go is alternatively known as golang. \n\nThe golang packages provide the Go programming language compiler.\n\nSecurity Fix(es):\n\n* golang: compress/gzip: stack exhaustion in Reader.Read (CVE-2022-30631)\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: 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: 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\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\nBug Fix(es):\n\n* Clean up dist-git patches (BZ#2109174)\n\n* Update Go to version 1.17.12 (BZ#2109183)",
"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-2022:5799",
"url": "https://access.redhat.com/errata/RHSA-2022:5799"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"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": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_5799.json"
}
],
"title": "Red Hat Security Advisory: go-toolset and golang security and bug fix update",
"tracking": {
"current_release_date": "2026-05-31T20:30:49+00:00",
"generator": {
"date": "2026-05-31T20:30:49+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2022:5799",
"initial_release_date": "2022-08-01T16:07:42+00:00",
"revision_history": [
{
"date": "2022-08-01T16:07:42+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-08-01T16:07:42+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-31T20:30:49+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.17.12-1.el9_0.src",
"product": {
"name": "golang-0:1.17.12-1.el9_0.src",
"product_id": "golang-0:1.17.12-1.el9_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.17.12-1.el9_0?arch=src"
}
}
},
{
"category": "product_version",
"name": "go-toolset-0:1.17.12-1.el9_0.src",
"product": {
"name": "go-toolset-0:1.17.12-1.el9_0.src",
"product_id": "go-toolset-0:1.17.12-1.el9_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.17.12-1.el9_0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.17.12-1.el9_0.aarch64",
"product": {
"name": "golang-0:1.17.12-1.el9_0.aarch64",
"product_id": "golang-0:1.17.12-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.17.12-1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.17.12-1.el9_0.aarch64",
"product": {
"name": "golang-bin-0:1.17.12-1.el9_0.aarch64",
"product_id": "golang-bin-0:1.17.12-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.17.12-1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "go-toolset-0:1.17.12-1.el9_0.aarch64",
"product": {
"name": "go-toolset-0:1.17.12-1.el9_0.aarch64",
"product_id": "go-toolset-0:1.17.12-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.17.12-1.el9_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.17.12-1.el9_0.ppc64le",
"product": {
"name": "golang-0:1.17.12-1.el9_0.ppc64le",
"product_id": "golang-0:1.17.12-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.17.12-1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.17.12-1.el9_0.ppc64le",
"product": {
"name": "golang-bin-0:1.17.12-1.el9_0.ppc64le",
"product_id": "golang-bin-0:1.17.12-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.17.12-1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "go-toolset-0:1.17.12-1.el9_0.ppc64le",
"product": {
"name": "go-toolset-0:1.17.12-1.el9_0.ppc64le",
"product_id": "go-toolset-0:1.17.12-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.17.12-1.el9_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.17.12-1.el9_0.x86_64",
"product": {
"name": "golang-0:1.17.12-1.el9_0.x86_64",
"product_id": "golang-0:1.17.12-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.17.12-1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.17.12-1.el9_0.x86_64",
"product": {
"name": "golang-bin-0:1.17.12-1.el9_0.x86_64",
"product_id": "golang-bin-0:1.17.12-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.17.12-1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.17.12-1.el9_0.x86_64",
"product": {
"name": "golang-race-0:1.17.12-1.el9_0.x86_64",
"product_id": "golang-race-0:1.17.12-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.17.12-1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "go-toolset-0:1.17.12-1.el9_0.x86_64",
"product": {
"name": "go-toolset-0:1.17.12-1.el9_0.x86_64",
"product_id": "go-toolset-0:1.17.12-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.17.12-1.el9_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.17.12-1.el9_0.s390x",
"product": {
"name": "golang-0:1.17.12-1.el9_0.s390x",
"product_id": "golang-0:1.17.12-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.17.12-1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.17.12-1.el9_0.s390x",
"product": {
"name": "golang-bin-0:1.17.12-1.el9_0.s390x",
"product_id": "golang-bin-0:1.17.12-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.17.12-1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "go-toolset-0:1.17.12-1.el9_0.s390x",
"product": {
"name": "go-toolset-0:1.17.12-1.el9_0.s390x",
"product_id": "go-toolset-0:1.17.12-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.17.12-1.el9_0?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-0:1.17.12-1.el9_0.noarch",
"product": {
"name": "golang-docs-0:1.17.12-1.el9_0.noarch",
"product_id": "golang-docs-0:1.17.12-1.el9_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.17.12-1.el9_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.17.12-1.el9_0.noarch",
"product": {
"name": "golang-misc-0:1.17.12-1.el9_0.noarch",
"product_id": "golang-misc-0:1.17.12-1.el9_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.17.12-1.el9_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.17.12-1.el9_0.noarch",
"product": {
"name": "golang-src-0:1.17.12-1.el9_0.noarch",
"product_id": "golang-src-0:1.17.12-1.el9_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.17.12-1.el9_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.17.12-1.el9_0.noarch",
"product": {
"name": "golang-tests-0:1.17.12-1.el9_0.noarch",
"product_id": "golang-tests-0:1.17.12-1.el9_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.17.12-1.el9_0?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.17.12-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64"
},
"product_reference": "go-toolset-0:1.17.12-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.17.12-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le"
},
"product_reference": "go-toolset-0:1.17.12-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.17.12-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x"
},
"product_reference": "go-toolset-0:1.17.12-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.17.12-1.el9_0.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src"
},
"product_reference": "go-toolset-0:1.17.12-1.el9_0.src",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.17.12-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64"
},
"product_reference": "go-toolset-0:1.17.12-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.17.12-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64"
},
"product_reference": "golang-0:1.17.12-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.17.12-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le"
},
"product_reference": "golang-0:1.17.12-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.17.12-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x"
},
"product_reference": "golang-0:1.17.12-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.17.12-1.el9_0.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src"
},
"product_reference": "golang-0:1.17.12-1.el9_0.src",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.17.12-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64"
},
"product_reference": "golang-0:1.17.12-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.17.12-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64"
},
"product_reference": "golang-bin-0:1.17.12-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.17.12-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le"
},
"product_reference": "golang-bin-0:1.17.12-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.17.12-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x"
},
"product_reference": "golang-bin-0:1.17.12-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.17.12-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64"
},
"product_reference": "golang-bin-0:1.17.12-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.17.12-1.el9_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch"
},
"product_reference": "golang-docs-0:1.17.12-1.el9_0.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.17.12-1.el9_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch"
},
"product_reference": "golang-misc-0:1.17.12-1.el9_0.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.17.12-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64"
},
"product_reference": "golang-race-0:1.17.12-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.17.12-1.el9_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch"
},
"product_reference": "golang-src-0:1.17.12-1.el9_0.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.17.12-1.el9_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch"
},
"product_reference": "golang-tests-0:1.17.12-1.el9_0.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.MAIN.EUS"
}
]
},
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64"
]
}
],
"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-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch"
],
"known_not_affected": [
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64"
]
},
"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": "2022-08-01T16:07:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:5799"
}
],
"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-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64"
]
}
],
"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-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch"
],
"known_not_affected": [
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64"
]
},
"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": "2022-08-01T16:07:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:5799"
}
],
"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-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: go/parser: stack exhaustion in all Parse* functions"
},
{
"cve": "CVE-2022-24675",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2022-04-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2077688"
}
],
"notes": [
{
"category": "description",
"text": "A buffer overflow flaw was found in Golang\u0027s library encoding/pem. This flaw allows an attacker to use a large PEM input (more than 5 MB), causing a stack overflow in Decode, which leads to a loss of availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: encoding/pem: fix stack overflow in Decode",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Enterprise Linux 7, 8 and 9 are affected, because the code-base is affected by this vulnerability.\n\nRed Hat Product Security has rated this issue as having Moderate security impact, and the issue is not currently planned to be addressed in future updates for Red Hat Enterprise Linux 7, hence, marked as Out-of-Support-Scope.\n\nRed Hat Developer Tools - Compilers (go-toolset-1.16-golang \u0026 go-toolset-1.17-golang), ships the vulnerable code and affected by this vulnerability.\n\nFor additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/ and Red Hat Enterprise Linux Life Cycle \u0026 Updates Policy: https://access.redhat.com/support/policy/updates/errata/.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24675"
},
{
"category": "external",
"summary": "RHBZ#2077688",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2077688"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24675",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24675"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24675",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24675"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/oecdBNLOml8",
"url": "https://groups.google.com/g/golang-announce/c/oecdBNLOml8"
}
],
"release_date": "2022-04-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-08-01T16:07:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:5799"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: encoding/pem: fix stack overflow in Decode"
},
{
"cve": "CVE-2022-24921",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2022-03-16T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2064857"
}
],
"notes": [
{
"category": "description",
"text": "A stack overflow flaw was found in Golang\u0027s regexp module, which can crash the runtime if the application using regexp accepts very long or arbitrarily long regexps from untrusted sources that have sufficient nesting depths. To exploit this vulnerability, an attacker would need to send large regexps with deep nesting to the application. Triggering this flaw leads to a crash of the runtime, which causes a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: regexp: stack exhaustion via a deeply nested expression",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw has been rated as a Moderate impact flaw because the exploitation of this flaw requires that an affected application accept arbitrarily long regexps from untrusted sources, which has inherent risks (even without this flaw), especially involving impacts to application availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24921"
},
{
"category": "external",
"summary": "RHBZ#2064857",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2064857"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24921",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24921"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24921",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24921"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/RP1hfrBYVuk",
"url": "https://groups.google.com/g/golang-announce/c/RP1hfrBYVuk"
}
],
"release_date": "2022-03-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-08-01T16:07:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:5799"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: regexp: stack exhaustion via a deeply nested expression"
},
{
"cve": "CVE-2022-28131",
"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": [
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64"
]
}
],
"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-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch"
],
"known_not_affected": [
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64"
]
},
"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": "2022-08-01T16:07:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:5799"
}
],
"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-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: encoding/xml: stack exhaustion in Decoder.Skip"
},
{
"cve": "CVE-2022-28327",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2022-04-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2077689"
}
],
"notes": [
{
"category": "description",
"text": "An integer overflow flaw was found in Golang\u0027s crypto/elliptic library. This flaw allows an attacker to use a crafted scaler input longer than 32 bytes, causing P256().ScalarMult or P256().ScalarBaseMult to panic, leading to a loss of availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/elliptic: panic caused by oversized scalar",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A moderate severity flaw was found in Go\u2019s crypto/elliptic package in the generic P-256 implementation. If a scalar input longer than 32 bytes is supplied, P256().ScalarMult or P256().ScalarBaseMult can panic, causing the application to crash. Indirect uses via crypto/ecdsa and crypto/tls are not affected. This issue impacts availability but does not affect confidentiality or integrity. Only certain platforms (non-amd64, non-arm64, non-ppc64le, non-s390x) may be affected.\n\nRed Hat Enterprise Linux 7, 8 and 9 are affected, because the code-base is affected by this vulnerability.\n\nRed Hat Product Security has rated this issue as having Moderate security impact, and the issue is not currently planned to be addressed in future updates for Red Hat Enterprise Linux 7, hence, marked as Out-of-Support-Scope. \n\nRed Hat Developer Tools - Compilers (go-toolset-1.16-golang \u0026 go-toolset-1.17-golang), ships the vulnerable code and affected by this vulnerability.\n\nFor additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/ and Red Hat Enterprise Linux Life Cycle \u0026 Updates Policy: https://access.redhat.com/support/policy/updates/errata/.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-28327"
},
{
"category": "external",
"summary": "RHBZ#2077689",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2077689"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-28327",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28327"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28327",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28327"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/oecdBNLOml8",
"url": "https://groups.google.com/g/golang-announce/c/oecdBNLOml8"
}
],
"release_date": "2022-04-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-08-01T16:07:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:5799"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/elliptic: panic caused by oversized scalar"
},
{
"acknowledgments": [
{
"names": [
"Jo\u00ebl G\u00e4hwiler"
],
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2022-29526",
"cwe": {
"id": "CWE-358",
"name": "Improperly Implemented Security Check for Standard"
},
"discovery_date": "2022-05-11T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2084085"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the syscall.Faccessat function when calling a process by checking the group. This flaw allows an attacker to check the process group permissions rather than a member of the file\u0027s group, affecting system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: syscall: faccessat checks wrong group",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-29526"
},
{
"category": "external",
"summary": "RHBZ#2084085",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2084085"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-29526",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-29526"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Y5qrqw_lWdU",
"url": "https://groups.google.com/g/golang-announce/c/Y5qrqw_lWdU"
}
],
"release_date": "2022-05-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-08-01T16:07:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:5799"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: syscall: faccessat checks wrong group"
},
{
"cve": "CVE-2022-30629",
"cwe": {
"id": "CWE-331",
"name": "Insufficient Entropy"
},
"discovery_date": "2022-06-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2092793"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls golang package. When session tickets are generated by crypto/tls, it is missing the ticket expiration. This issue may allow an attacker to observe the TLS handshakes to correlate successive connections during session resumption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: session tickets lack random ticket_age_add",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30629"
},
{
"category": "external",
"summary": "RHBZ#2092793",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2092793"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30629",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30629"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/TzIC9-t8Ytg",
"url": "https://groups.google.com/g/golang-announce/c/TzIC9-t8Ytg"
}
],
"release_date": "2022-06-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-08-01T16:07:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:5799"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.1,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "golang: crypto/tls: session tickets lack random ticket_age_add"
},
{
"cve": "CVE-2022-30630",
"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": [
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64"
]
}
],
"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-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch"
],
"known_not_affected": [
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64"
]
},
"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": "2022-08-01T16:07:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:5799"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64"
]
}
],
"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-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch"
],
"known_not_affected": [
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64"
]
},
"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": "2022-08-01T16:07:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:5799"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64"
]
}
],
"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-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch"
],
"known_not_affected": [
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64"
]
},
"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": "2022-08-01T16:07:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:5799"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64"
]
}
],
"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-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch"
],
"known_not_affected": [
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64"
]
},
"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": "2022-08-01T16:07:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:5799"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64"
]
}
],
"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-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch"
],
"known_not_affected": [
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64"
]
},
"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": "2022-08-01T16:07:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:5799"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64"
]
}
],
"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-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch"
],
"known_not_affected": [
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64"
]
},
"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": "2022-08-01T16:07:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:5799"
}
],
"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-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:go-toolset-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.src",
"AppStream-9.0.0.Z.MAIN.EUS:golang-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.aarch64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.s390x",
"AppStream-9.0.0.Z.MAIN.EUS:golang-bin-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-docs-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-misc-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-race-0:1.17.12-1.el9_0.x86_64",
"AppStream-9.0.0.Z.MAIN.EUS:golang-src-0:1.17.12-1.el9_0.noarch",
"AppStream-9.0.0.Z.MAIN.EUS:golang-tests-0:1.17.12-1.el9_0.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working"
}
]
}
RHSA-2022:5866
Vulnerability from csaf_redhat - Published: 2022-08-02 09:56 - Updated: 2026-05-31 20:30A 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: 7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64 | — |
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: 7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64 | — |
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: 7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64 | — |
A flaw was found in the crypto/tls golang package. When session tickets are generated by crypto/tls, it is missing the ticket expiration. This issue may allow an attacker to observe the TLS handshakes to correlate successive connections during session resumption.
CWE-331 - Insufficient Entropy| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64 | — |
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: 7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64 | — |
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: 7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64 | — |
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: 7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64 | — |
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: 7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64 | — |
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: 7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64 | — |
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: 7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64 | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x | — | ||
| Unresolved product id: 7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64 | — |
{
"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 go-toolset-1.17 and go-toolset-1.17-golang is now available for Red Hat Developer Tools.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Go Toolset provides the Go programming language tools and libraries. Go is\nalternatively known as golang.\n\nSecurity Fix(es):\n\n* golang: compress/gzip: stack exhaustion in Reader.Read (CVE-2022-30631)\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: 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: 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\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\nBug Fix(es):\n\n* Clean up dist-git patches (BZ#2109172)\n\n* Update Go to version 1.17.12 (BZ#2109184)",
"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-2022:5866",
"url": "https://access.redhat.com/errata/RHSA-2022:5866"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"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": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_5866.json"
}
],
"title": "Red Hat Security Advisory: go-toolset-1.17 and go-toolset-1.17-golang security and bug fix update",
"tracking": {
"current_release_date": "2026-05-31T20:30:50+00:00",
"generator": {
"date": "2026-05-31T20:30:50+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2022:5866",
"initial_release_date": "2022-08-02T09:56:09+00:00",
"revision_history": [
{
"date": "2022-08-02T09:56:09+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-08-02T09:56:09+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-31T20:30:50+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product": {
"name": "Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2022.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:devtools:2022"
}
}
},
{
"category": "product_name",
"name": "Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product": {
"name": "Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Workstation-DevTools-2022.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:devtools:2022"
}
}
}
],
"category": "product_family",
"name": "Red Hat Developer Tools"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"product": {
"name": "go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"product_id": "go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.17-golang@1.17.12-1.el7_9?arch=src"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.17-0:1.17.12-1.el7_9.src",
"product": {
"name": "go-toolset-1.17-0:1.17.12-1.el7_9.src",
"product_id": "go-toolset-1.17-0:1.17.12-1.el7_9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.17@1.17.12-1.el7_9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"product": {
"name": "go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"product_id": "go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.17-golang@1.17.12-1.el7_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"product": {
"name": "go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"product_id": "go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.17-golang-bin@1.17.12-1.el7_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"product": {
"name": "go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"product_id": "go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.17-golang-misc@1.17.12-1.el7_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"product": {
"name": "go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"product_id": "go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.17-golang-race@1.17.12-1.el7_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"product": {
"name": "go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"product_id": "go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.17-golang-src@1.17.12-1.el7_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"product": {
"name": "go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"product_id": "go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.17-golang-tests@1.17.12-1.el7_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"product": {
"name": "go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"product_id": "go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.17@1.17.12-1.el7_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"product": {
"name": "go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"product_id": "go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.17-build@1.17.12-1.el7_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"product": {
"name": "go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"product_id": "go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.17-runtime@1.17.12-1.el7_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64",
"product": {
"name": "go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64",
"product_id": "go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.17-scldevel@1.17.12-1.el7_9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"product": {
"name": "go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"product_id": "go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.17-golang@1.17.12-1.el7_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"product": {
"name": "go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"product_id": "go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.17-golang-bin@1.17.12-1.el7_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"product": {
"name": "go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"product_id": "go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.17-golang-misc@1.17.12-1.el7_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"product": {
"name": "go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"product_id": "go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.17-golang-src@1.17.12-1.el7_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"product": {
"name": "go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"product_id": "go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.17-golang-tests@1.17.12-1.el7_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"product": {
"name": "go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"product_id": "go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.17@1.17.12-1.el7_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"product": {
"name": "go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"product_id": "go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.17-build@1.17.12-1.el7_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"product": {
"name": "go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"product_id": "go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.17-runtime@1.17.12-1.el7_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"product": {
"name": "go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"product_id": "go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.17-scldevel@1.17.12-1.el7_9?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"product": {
"name": "go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"product_id": "go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.17-golang@1.17.12-1.el7_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"product": {
"name": "go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"product_id": "go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.17-golang-bin@1.17.12-1.el7_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"product": {
"name": "go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"product_id": "go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.17-golang-misc@1.17.12-1.el7_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"product": {
"name": "go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"product_id": "go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.17-golang-src@1.17.12-1.el7_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"product": {
"name": "go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"product_id": "go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.17-golang-tests@1.17.12-1.el7_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"product": {
"name": "go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"product_id": "go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.17@1.17.12-1.el7_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"product": {
"name": "go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"product_id": "go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.17-build@1.17.12-1.el7_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"product": {
"name": "go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"product_id": "go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.17-runtime@1.17.12-1.el7_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"product": {
"name": "go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"product_id": "go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.17-scldevel@1.17.12-1.el7_9?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"product": {
"name": "go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"product_id": "go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset-1.17-golang-docs@1.17.12-1.el7_9?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"relates_to_product_reference": "7Server-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-0:1.17.12-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"relates_to_product_reference": "7Server-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-0:1.17.12-1.el7_9.src as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src"
},
"product_reference": "go-toolset-1.17-0:1.17.12-1.el7_9.src",
"relates_to_product_reference": "7Server-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-0:1.17.12-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"relates_to_product_reference": "7Server-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"relates_to_product_reference": "7Server-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"relates_to_product_reference": "7Server-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"relates_to_product_reference": "7Server-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"relates_to_product_reference": "7Server-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"relates_to_product_reference": "7Server-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-golang-0:1.17.12-1.el7_9.src as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src"
},
"product_reference": "go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"relates_to_product_reference": "7Server-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"relates_to_product_reference": "7Server-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"relates_to_product_reference": "7Server-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"relates_to_product_reference": "7Server-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"relates_to_product_reference": "7Server-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch"
},
"product_reference": "go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"relates_to_product_reference": "7Server-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"relates_to_product_reference": "7Server-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"relates_to_product_reference": "7Server-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"relates_to_product_reference": "7Server-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"relates_to_product_reference": "7Server-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"relates_to_product_reference": "7Server-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"relates_to_product_reference": "7Server-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"relates_to_product_reference": "7Server-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"relates_to_product_reference": "7Server-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"relates_to_product_reference": "7Server-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"relates_to_product_reference": "7Server-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"relates_to_product_reference": "7Server-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"relates_to_product_reference": "7Server-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"relates_to_product_reference": "7Server-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"relates_to_product_reference": "7Server-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"relates_to_product_reference": "7Server-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64",
"relates_to_product_reference": "7Server-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-0:1.17.12-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"relates_to_product_reference": "7Workstation-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-0:1.17.12-1.el7_9.src as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src"
},
"product_reference": "go-toolset-1.17-0:1.17.12-1.el7_9.src",
"relates_to_product_reference": "7Workstation-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-0:1.17.12-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"relates_to_product_reference": "7Workstation-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"relates_to_product_reference": "7Workstation-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-golang-0:1.17.12-1.el7_9.src as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src"
},
"product_reference": "go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"relates_to_product_reference": "7Workstation-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"relates_to_product_reference": "7Workstation-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Workstation-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch"
},
"product_reference": "go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"relates_to_product_reference": "7Workstation-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"relates_to_product_reference": "7Workstation-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Workstation-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"relates_to_product_reference": "7Workstation-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"relates_to_product_reference": "7Workstation-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"relates_to_product_reference": "7Workstation-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le"
},
"product_reference": "go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x"
},
"product_reference": "go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"relates_to_product_reference": "7Workstation-DevTools-2022.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64"
},
"product_reference": "go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-DevTools-2022.2"
}
]
},
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64"
]
}
],
"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": [
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64"
],
"known_not_affected": [
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64"
]
},
"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": "2022-08-02T09:56:09+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": [
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:5866"
}
],
"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": [
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64"
]
}
],
"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": [
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64"
],
"known_not_affected": [
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64"
]
},
"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": "2022-08-02T09:56:09+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": [
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:5866"
}
],
"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": [
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: go/parser: stack exhaustion in all Parse* functions"
},
{
"cve": "CVE-2022-28131",
"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": [
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64"
]
}
],
"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": [
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64"
],
"known_not_affected": [
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64"
]
},
"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": "2022-08-02T09:56:09+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": [
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:5866"
}
],
"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": [
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: encoding/xml: stack exhaustion in Decoder.Skip"
},
{
"cve": "CVE-2022-30629",
"cwe": {
"id": "CWE-331",
"name": "Insufficient Entropy"
},
"discovery_date": "2022-06-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2092793"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls golang package. When session tickets are generated by crypto/tls, it is missing the ticket expiration. This issue may allow an attacker to observe the TLS handshakes to correlate successive connections during session resumption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/tls: session tickets lack random ticket_age_add",
"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": [
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30629"
},
{
"category": "external",
"summary": "RHBZ#2092793",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2092793"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30629",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30629"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/TzIC9-t8Ytg",
"url": "https://groups.google.com/g/golang-announce/c/TzIC9-t8Ytg"
}
],
"release_date": "2022-06-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-08-02T09:56:09+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": [
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:5866"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.1,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "golang: crypto/tls: session tickets lack random ticket_age_add"
},
{
"cve": "CVE-2022-30630",
"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": [
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64"
]
}
],
"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": [
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64"
],
"known_not_affected": [
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64"
]
},
"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": "2022-08-02T09:56:09+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": [
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:5866"
}
],
"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": [
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64"
]
}
],
"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": [
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64"
],
"known_not_affected": [
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64"
]
},
"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": "2022-08-02T09:56:09+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": [
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:5866"
}
],
"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": [
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64"
]
}
],
"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": [
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64"
],
"known_not_affected": [
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64"
]
},
"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": "2022-08-02T09:56:09+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": [
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:5866"
}
],
"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": [
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64"
]
}
],
"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": [
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64"
],
"known_not_affected": [
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64"
]
},
"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": "2022-08-02T09:56:09+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": [
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:5866"
}
],
"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": [
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64"
]
}
],
"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": [
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64"
],
"known_not_affected": [
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64"
]
},
"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": "2022-08-02T09:56:09+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": [
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:5866"
}
],
"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": [
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64"
]
}
],
"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": [
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64"
],
"known_not_affected": [
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64"
]
},
"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": "2022-08-02T09:56:09+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": [
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:5866"
}
],
"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": [
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Server-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-build-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.src",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-bin-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-docs-0:1.17.12-1.el7_9.noarch",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-misc-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-race-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-src-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-golang-tests-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-runtime-0:1.17.12-1.el7_9.x86_64",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.ppc64le",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.s390x",
"7Workstation-DevTools-2022.2:go-toolset-1.17-scldevel-0:1.17.12-1.el7_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/httputil: NewSingleHostReverseProxy - omit X-Forwarded-For not working"
}
]
}
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.