Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-56860 (GCVE-0-2026-56860)
Vulnerability from cvelistv5 – Published: 2026-08-13 21:58 – Updated: 2026-08-14 16:14- CWE-407 - Inefficient Algorithmic Complexity
| Vendor | Product | Version | CPE status | |
|---|---|---|---|---|
| Go standard library | net/url |
Affected:
0 , < 1.25.13
(semver)
Affected: 1.26.0-0 , < 1.26.6 (semver) Affected: 1.27.0-0 , < 1.27.0-rc.3 (semver) |
guessed |
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2026-56860",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-08-14T16:14:34.601382Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-407",
"description": "CWE-407 Inefficient Algorithmic Complexity",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-08-14T16:14:39.166Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "net/url",
"product": "net/url",
"programRoutines": [
{
"name": "resolvePath"
},
{
"name": "URL.Parse"
},
{
"name": "URL.ResolveReference"
}
],
"vendor": "Go standard library",
"versions": [
{
"lessThan": "1.25.13",
"status": "affected",
"version": "0",
"versionType": "semver"
},
{
"lessThan": "1.26.6",
"status": "affected",
"version": "1.26.0-0",
"versionType": "semver"
},
{
"lessThan": "1.27.0-rc.3",
"status": "affected",
"version": "1.27.0-0",
"versionType": "semver"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Previously, resolving relative paths containing parent directory (\u0027..\u0027) segments performed string conversions and buffer rewrites on each step, resulting in quadratic time complexity and high memory allocation overhead. Now, path resolution operates on a byte buffer using index-based backtracking for \u0027..\u0027 segments, eliminating the quadratic time complexity and significantly reducing memory allocations."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-407: Inefficient Algorithmic Complexity",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-08-13T21:58:53.731Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://go.dev/cl/803681"
},
{
"url": "https://go.dev/issue/80494"
},
{
"url": "https://groups.google.com/g/golang-announce/c/94pEornpRlI"
},
{
"url": "https://pkg.go.dev/vuln/GO-2026-6218"
}
],
"title": "Avoid quadratic complexity in resolvePath in net/url"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2026-56860",
"datePublished": "2026-08-13T21:58:53.731Z",
"dateReserved": "2026-06-23T15:10:49.353Z",
"dateUpdated": "2026-08-14T16:14:39.166Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-56860",
"date": "2026-09-04",
"epss": "0.00518",
"percentile": "0.42115"
},
"microsoft_vex": {
"current_release_date": "2026-09-03T01:14:41.000Z",
"cve": "CVE-2026-56860",
"id": "msrc_CVE-2026-56860",
"initial_release_date": "2026-08-20T22:01:37.000Z",
"product_status:known_affected": "5",
"product_status:under_investigation": "1",
"source": "Microsoft CSAF VEX",
"status": "final",
"title": "Avoid quadratic complexity in resolvePath in net/url",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-56860.json",
"version": "2"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-56860\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2026-08-13T22:17:22.440\",\"lastModified\":\"2026-09-03T16:37:52.170\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Previously, resolving relative paths containing parent directory (\u0027..\u0027) segments performed string conversions and buffer rewrites on each step, resulting in quadratic time complexity and high memory allocation overhead. Now, path resolution operates on a byte buffer using index-based backtracking for \u0027..\u0027 segments, eliminating the quadratic time complexity and significantly reducing memory allocations.\"}],\"affected\":[{\"source\":\"security@golang.org\",\"affectedData\":[{\"vendor\":\"Go standard library\",\"product\":\"net/url\",\"defaultStatus\":\"unaffected\",\"collectionURL\":\"https://pkg.go.dev\",\"packageName\":\"net/url\",\"programRoutines\":[{\"name\":\"resolvePath\"},{\"name\":\"URL.Parse\"},{\"name\":\"URL.ResolveReference\"}],\"versions\":[{\"version\":\"0\",\"lessThan\":\"1.25.13\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"1.26.0-0\",\"lessThan\":\"1.26.6\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"1.27.0-0\",\"lessThan\":\"1.27.0-rc.3\",\"versionType\":\"semver\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":5.9,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.2,\"impactScore\":3.6}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-08-14T16:14:34.601382Z\",\"id\":\"CVE-2026-56860\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-407\"}]}],\"references\":[{\"url\":\"https://go.dev/cl/803681\",\"source\":\"security@golang.org\"},{\"url\":\"https://go.dev/issue/80494\",\"source\":\"security@golang.org\"},{\"url\":\"https://groups.google.com/g/golang-announce/c/94pEornpRlI\",\"source\":\"security@golang.org\"},{\"url\":\"https://pkg.go.dev/vuln/GO-2026-6218\",\"source\":\"security@golang.org\"}]}}",
"redhat_vex": {
"aggregate_severity": "Important",
"current_release_date": "2026-09-04T14:38:21+00:00",
"cve": "CVE-2026-56860",
"id": "CVE-2026-56860",
"initial_release_date": "2026-08-13T21:58:53.731000+00:00",
"product_status:fixed": "749",
"product_status:known_affected": "407",
"product_status:known_not_affected": "141",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "net/url: golang: golang net/url: Denial of Service from quadratic complexity in path resolution",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-56860.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "moderate",
"current_release_date": "2026-08-31T16:37:04Z",
"cve": "CVE-2026-56860",
"id": "CVE-2026-56860",
"initial_release_date": "2026-08-14T23:48:54Z",
"product_status:first_fixed": "12",
"product_status:known_affected": "12",
"product_status:known_not_affected": "143",
"product_status:recommended": "283",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2026-56860",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-56860.json",
"version": "5"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 5.9, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-56860\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-08-14T16:14:34.601382Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-407\", \"description\": \"CWE-407 Inefficient Algorithmic Complexity\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-08-14T16:13:57.859Z\"}}], \"cna\": {\"title\": \"Avoid quadratic complexity in resolvePath in net/url\", \"affected\": [{\"vendor\": \"Go standard library\", \"product\": \"net/url\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"1.25.13\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"1.26.0-0\", \"lessThan\": \"1.26.6\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"1.27.0-0\", \"lessThan\": \"1.27.0-rc.3\", \"versionType\": \"semver\"}], \"packageName\": \"net/url\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"resolvePath\"}, {\"name\": \"URL.Parse\"}, {\"name\": \"URL.ResolveReference\"}]}], \"references\": [{\"url\": \"https://go.dev/cl/803681\"}, {\"url\": \"https://go.dev/issue/80494\"}, {\"url\": \"https://groups.google.com/g/golang-announce/c/94pEornpRlI\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2026-6218\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Previously, resolving relative paths containing parent directory (\u0027..\u0027) segments performed string conversions and buffer rewrites on each step, resulting in quadratic time complexity and high memory allocation overhead. Now, path resolution operates on a byte buffer using index-based backtracking for \u0027..\u0027 segments, eliminating the quadratic time complexity and significantly reducing memory allocations.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-407: Inefficient Algorithmic Complexity\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2026-08-13T21:58:53.731Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-56860\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-08-14T16:14:39.166Z\", \"dateReserved\": \"2026-06-23T15:10:49.353Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2026-08-13T21:58:53.731Z\", \"assignerShortName\": \"Go\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
cleanstart-2026-zq30772
Vulnerability from cleanstart
Package renovate version 44.32.5-r2 fixes 11 vulnerabilities: CVE-2026-39822, CVE-2026-56860, CVE-2026-56858, CVE-2026-33818, CVE-2026-46600...
| URL | Type | |
|---|---|---|
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "renovate"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "44.32.5-r2"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"44.32.5-r2"
]
}
],
"credits": [],
"database_specific": {},
"details": "Package renovate version 44.32.5-r2 fixes 11 vulnerabilities: CVE-2026-39822, CVE-2026-56860, CVE-2026-56858, CVE-2026-33818, CVE-2026-46600...",
"id": "CLEANSTART-2026-ZQ30772",
"modified": "2026-09-04T11:14:10Z",
"published": "2026-09-01T11:17:16Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/renovatebot/renovate"
}
],
"related": [],
"schema_version": "1.7.3",
"summary": "Security fixes in renovate 44.32.5-r2",
"upstream": [
"CVE-2026-39822",
"CVE-2026-56860",
"CVE-2026-56858",
"CVE-2026-33818",
"CVE-2026-46600",
"CVE-2026-56853",
"CVE-2026-56859",
"CVE-2026-56862",
"CVE-2026-39821",
"CVE-2026-42505",
"CVE-2026-56852"
]
}
cleanstart-2026-zv79657
Vulnerability from cleanstart
Package ollama-fips version 0.32.15-r2 fixes 8 vulnerabilities: CVE-2026-56860, CVE-2026-56858, CVE-2026-33818, CVE-2026-46600, CVE-2026-56853...
| URL | Type | |
|---|---|---|
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "ollama-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.32.15-r2"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0.32.15-r2"
]
}
],
"credits": [],
"database_specific": {},
"details": "Package ollama-fips version 0.32.15-r2 fixes 8 vulnerabilities: CVE-2026-56860, CVE-2026-56858, CVE-2026-33818, CVE-2026-46600, CVE-2026-56853...",
"id": "CLEANSTART-2026-ZV79657",
"modified": "2026-09-04T11:14:10Z",
"published": "2026-09-01T11:17:16Z",
"references": [
{
"type": "WEB",
"url": "https://ollama.com"
}
],
"related": [],
"schema_version": "1.7.3",
"summary": "Security fixes in ollama-fips 0.32.15-r2",
"upstream": [
"CVE-2026-56860",
"CVE-2026-56858",
"CVE-2026-33818",
"CVE-2026-46600",
"CVE-2026-56853",
"CVE-2026-56859",
"CVE-2026-56862",
"CVE-2026-39821"
]
}
FKIE_CVE-2026-56860
Vulnerability from fkie_nvd - Published: 2026-08-13 22:17 - Updated: 2026-09-03 16:37| Vendor | Product | Version |
|---|
{
"affected": [
{
"affectedData": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "net/url",
"product": "net/url",
"programRoutines": [
{
"name": "resolvePath"
},
{
"name": "URL.Parse"
},
{
"name": "URL.ResolveReference"
}
],
"vendor": "Go standard library",
"versions": [
{
"lessThan": "1.25.13",
"status": "affected",
"version": "0",
"versionType": "semver"
},
{
"lessThan": "1.26.6",
"status": "affected",
"version": "1.26.0-0",
"versionType": "semver"
},
{
"lessThan": "1.27.0-rc.3",
"status": "affected",
"version": "1.27.0-0",
"versionType": "semver"
}
]
}
],
"source": "security@golang.org"
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Previously, resolving relative paths containing parent directory (\u0027..\u0027) segments performed string conversions and buffer rewrites on each step, resulting in quadratic time complexity and high memory allocation overhead. Now, path resolution operates on a byte buffer using index-based backtracking for \u0027..\u0027 segments, eliminating the quadratic time complexity and significantly reducing memory allocations."
}
],
"id": "CVE-2026-56860",
"lastModified": "2026-09-03T16:37:52.170",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 2.2,
"impactScore": 3.6,
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
],
"ssvcV203": [
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"ssvcData": {
"id": "CVE-2026-56860",
"options": [
{
"exploitation": "none"
},
{
"automatable": "no"
},
{
"technicalImpact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-08-14T16:14:34.601382Z",
"version": "2.0.3"
}
}
]
},
"published": "2026-08-13T22:17:22.440",
"references": [
{
"source": "security@golang.org",
"url": "https://go.dev/cl/803681"
},
{
"source": "security@golang.org",
"url": "https://go.dev/issue/80494"
},
{
"source": "security@golang.org",
"url": "https://groups.google.com/g/golang-announce/c/94pEornpRlI"
},
{
"source": "security@golang.org",
"url": "https://pkg.go.dev/vuln/GO-2026-6218"
}
],
"sourceIdentifier": "security@golang.org",
"vulnStatus": "Awaiting Analysis",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-407"
}
],
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
]
}
GHSA-25MV-J2QR-V5JQ
Vulnerability from github – Published: 2026-08-14 00:32 – Updated: 2026-08-14 18:31Previously, resolving relative paths containing parent directory ('..') segments performed string conversions and buffer rewrites on each step, resulting in quadratic time complexity and high memory allocation overhead. Now, path resolution operates on a byte buffer using index-based backtracking for '..' segments, eliminating the quadratic time complexity and significantly reducing memory allocations.
{
"affected": [],
"aliases": [
"CVE-2026-56860"
],
"database_specific": {
"cwe_ids": [
"CWE-407"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-08-13T22:17:22Z",
"severity": "MODERATE"
},
"details": "Previously, resolving relative paths containing parent directory (\u0027..\u0027) segments performed string conversions and buffer rewrites on each step, resulting in quadratic time complexity and high memory allocation overhead. Now, path resolution operates on a byte buffer using index-based backtracking for \u0027..\u0027 segments, eliminating the quadratic time complexity and significantly reducing memory allocations.",
"id": "GHSA-25mv-j2qr-v5jq",
"modified": "2026-08-14T18:31:34Z",
"published": "2026-08-14T00:32:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-56860"
},
{
"type": "WEB",
"url": "https://go.dev/cl/803681"
},
{
"type": "WEB",
"url": "https://go.dev/issue/80494"
},
{
"type": "WEB",
"url": "https://groups.google.com/g/golang-announce/c/94pEornpRlI"
},
{
"type": "WEB",
"url": "https://pkg.go.dev/vuln/GO-2026-6218"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
}
]
}
MSRC_CVE-2026-56860
Vulnerability from csaf_microsoft - Published: 2026-08-20 22:01 - Updated: 2026-09-03 01:14| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 17084-6 | — |
None Available
|
|
| Unresolved product id: 17084-3 | — |
None Available
|
|
| Unresolved product id: 17084-2 | — |
None Available
|
|
| Unresolved product id: 17084-5 | — |
None Available
|
|
| Unresolved product id: 17084-4 | — |
None Available
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 17084-1 | — |
| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2026/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2026/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-2026-56860 Avoid quadratic complexity in resolvePath in net/url - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-56860.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": "Avoid quadratic complexity in resolvePath in net/url",
"tracking": {
"current_release_date": "2026-09-03T01:14:41.000Z",
"generator": {
"date": "2026-09-03T07:16:39.708Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2026-56860",
"initial_release_date": "2026-08-20T22:01:37.000Z",
"revision_history": [
{
"date": "2026-08-20T22:01:37.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2026-09-03T01:14:41.000Z",
"legacy_version": "2",
"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_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "azl3 gcc 0:13.2.0-7.azl3",
"product": {
"name": "azl3 gcc 0:13.2.0-7.azl3",
"product_id": "6"
}
}
],
"category": "product_name",
"name": "gcc"
},
{
"branches": [
{
"category": "product_version_range",
"name": "azl3 golang 0:1.25.12-1.azl3",
"product": {
"name": "azl3 golang 0:1.25.12-1.azl3",
"product_id": "3"
}
},
{
"category": "product_version_range",
"name": "azl3 golang 0:1.26.5-2.azl3",
"product": {
"name": "azl3 golang 0:1.26.5-2.azl3",
"product_id": "2"
}
}
],
"category": "product_name",
"name": "golang"
},
{
"branches": [
{
"category": "product_version_range",
"name": "azl3 python-tensorboard 0:2.16.2-6.azl3",
"product": {
"name": "azl3 python-tensorboard 0:2.16.2-6.azl3",
"product_id": "5"
}
}
],
"category": "product_name",
"name": "python-tensorboard"
},
{
"branches": [
{
"category": "product_version_range",
"name": "azl3 tensorflow 0:2.16.1-11.azl3",
"product": {
"name": "azl3 tensorflow 0:2.16.1-11.azl3",
"product_id": "4"
}
}
],
"category": "product_name",
"name": "tensorflow"
},
{
"category": "product_name",
"name": "azl3 golang 0:1.27.0-1.azl3",
"product": {
"name": "azl3 golang 0:1.27.0-1.azl3",
"product_id": "1"
}
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 gcc 0:13.2.0-7.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-6"
},
"product_reference": "6",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 golang 0:1.25.12-1.azl3 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 0:1.26.5-2.azl3 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 python-tensorboard 0:2.16.2-6.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-5"
},
"product_reference": "5",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 tensorflow 0:2.16.1-11.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-4"
},
"product_reference": "4",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 golang 0:1.27.0-1.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-1"
},
"product_reference": "1",
"relates_to_product_reference": "17084"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-56860",
"cwe": {
"id": "CWE-407",
"name": "Inefficient Algorithmic Complexity"
},
"notes": [
{
"category": "general",
"text": "Go",
"title": "Assigning CNA"
}
],
"product_status": {
"known_affected": [
"17084-6",
"17084-3",
"17084-2",
"17084-5",
"17084-4"
],
"under_investigation": [
"17084-1"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-56860 Avoid quadratic complexity in resolvePath in net/url - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-56860.json"
}
],
"remediations": [
{
"category": "none_available",
"date": "2026-08-20T22:01:37.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-6"
]
},
{
"category": "none_available",
"date": "2026-08-20T22:01:37.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-3"
]
},
{
"category": "none_available",
"date": "2026-08-20T22:01:37.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-2"
]
},
{
"category": "none_available",
"date": "2026-08-20T22:01:37.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-5"
]
},
{
"category": "none_available",
"date": "2026-08-20T22:01:37.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-4"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 5.9,
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"17084-6",
"17084-3",
"17084-2",
"17084-5",
"17084-4"
]
}
],
"title": "Avoid quadratic complexity in resolvePath in net/url"
}
]
}
OPENSUSE-SU-2026:21592-1
Vulnerability from csaf_opensuse - Published: 2026-08-19 09:07 - Updated: 2026-08-19 09:07| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for go1.25",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for go1.25 fixes the following issues:\n\nUpdate to go1.25.13 (released 2026-08-13, bsc#1244485).\n\n\nSecurity issues fixed:\n\n- CVE-2026-33818: encoding/asn1: unenforced recursion limit can lead to stack exhaustion when parsing deeply-nested,\n recursive structures (bsc#1275034).\n- CVE-2026-39821: golang.org/x/net/idna: failure to reject ASCII-only Punycode-encoded labels allows for validation\n bypass and privilege escalation (bsc#1266609).\n- CVE-2026-56853: net/http: missing timeout when doing unencrypted HTTP/2 check can lead to a denial of service\n (bsc#1275028).\n- CVE-2026-56858: html/template: improper Javascript regexp context tracking allows for XSS attacks (bsc#1275033).\n- CVE-2026-56859: encoding/xml: missing recursion depth guard during decode operation can lead to stack exhaustion\n and a denial of service (bsc#1275026).\n- CVE-2026-56860: net/url: quadratic time complexity in `resolvePath` when processing certain input can lead to high\n memory allocation overhead and a denial of service (bsc#1275029).\n- CVE-2026-56862: crypto/tls: no limit set for handshake messages sent post-handshake allows for denial of service\n (bsc#1275032).\n- CVE-2026-56864: x/mod/sumdb: unauthenticated hashes accepted in `Lookup` allows for a coordinating GOPROXY and\n GOSUMDB to serve a client malicious module content (bsc#1275025).\n- CVE-2026-56865: x/mod/sumdb/tlog: improper transparency log tile verification allows for bypass on crafted input\n and can lead to malicious module content to be accepted (bsc#1275024).\n\nChanges for go1.25.13:\n\n- go#79875 cmd/compile: prove misscompilation in slicemask folding leaves garbage in upper bits\n- go#80098 cmd/compile: internal compiler error invalid heap allocated var without Heapaddr\n- go#80364 os: Root\u0027s MkdirAll can\u0027t create paths ending in forward slashes\n- go#80366 os: TestRootMultiReadFile fails on netbsd/arm64 after CL 797880\n- go#80368 os: TestRootConsistencyRemoveAll fails on Plan 9 after CL 797880\n- go#80393 runtime: arm64 found pointer to free object with safe code\n- go#80440 runtime: uninitialized register due to wrong ABI in mach_vm_region_trampoline leads to libc following\n garbage stack data as a pointer\n- go#80477 cmd/compile: riscv64 miscompiles struct copy, corrupting a []byte slice field\n- go#80500 runtime: js/wasm: \"found bad pointer in Go heap\" -- link-layout-constant value recorded as a pointer in the\n write-barrier buffer\n- go#80578 cmd/compile: regalloc uses unreliable type data (like v.Type.IsSigned()) to choose the restore of spills\n- go#80605 crypto/tls: escape hatch for FIPS 140-3 mode Extended Master Secret enforcement\n- go#80614 cmd/compile: mips64le misscompile OffPtr by a const which doesn\u0027t fit 32bits resulting in panic\n- go#80616 cmd/compile: mips/mips64, multiply/divide results spilled from HI/LO corrupted w/ big stack frames\n- go#80618 cmd/compile: prove bug causes invalid indirect call\n- go#80737 runtime: fpTracebackPartialExpand SIGSEGV under high panic load\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Leap-16.0-1462",
"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-2026_21592-1.json"
},
{
"category": "self",
"summary": "SUSE Bug 1244485",
"url": "https://bugzilla.suse.com/1244485"
},
{
"category": "self",
"summary": "SUSE Bug 1266609",
"url": "https://bugzilla.suse.com/1266609"
},
{
"category": "self",
"summary": "SUSE Bug 1275024",
"url": "https://bugzilla.suse.com/1275024"
},
{
"category": "self",
"summary": "SUSE Bug 1275025",
"url": "https://bugzilla.suse.com/1275025"
},
{
"category": "self",
"summary": "SUSE Bug 1275026",
"url": "https://bugzilla.suse.com/1275026"
},
{
"category": "self",
"summary": "SUSE Bug 1275028",
"url": "https://bugzilla.suse.com/1275028"
},
{
"category": "self",
"summary": "SUSE Bug 1275029",
"url": "https://bugzilla.suse.com/1275029"
},
{
"category": "self",
"summary": "SUSE Bug 1275032",
"url": "https://bugzilla.suse.com/1275032"
},
{
"category": "self",
"summary": "SUSE Bug 1275033",
"url": "https://bugzilla.suse.com/1275033"
},
{
"category": "self",
"summary": "SUSE Bug 1275034",
"url": "https://bugzilla.suse.com/1275034"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-33818 page",
"url": "https://www.suse.com/security/cve/CVE-2026-33818/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-39821 page",
"url": "https://www.suse.com/security/cve/CVE-2026-39821/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-56853 page",
"url": "https://www.suse.com/security/cve/CVE-2026-56853/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-56858 page",
"url": "https://www.suse.com/security/cve/CVE-2026-56858/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-56859 page",
"url": "https://www.suse.com/security/cve/CVE-2026-56859/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-56860 page",
"url": "https://www.suse.com/security/cve/CVE-2026-56860/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-56862 page",
"url": "https://www.suse.com/security/cve/CVE-2026-56862/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-56864 page",
"url": "https://www.suse.com/security/cve/CVE-2026-56864/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-56865 page",
"url": "https://www.suse.com/security/cve/CVE-2026-56865/"
}
],
"title": "Security update for go1.25",
"tracking": {
"current_release_date": "2026-08-19T09:07:44Z",
"generator": {
"date": "2026-08-19T09:07:44Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:21592-1",
"initial_release_date": "2026-08-19T09:07:44Z",
"revision_history": [
{
"date": "2026-08-19T09:07:44Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.25-1.25.13-160000.1.1.aarch64",
"product": {
"name": "go1.25-1.25.13-160000.1.1.aarch64",
"product_id": "go1.25-1.25.13-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.25-doc-1.25.13-160000.1.1.aarch64",
"product": {
"name": "go1.25-doc-1.25.13-160000.1.1.aarch64",
"product_id": "go1.25-doc-1.25.13-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.25-race-1.25.13-160000.1.1.aarch64",
"product": {
"name": "go1.25-race-1.25.13-160000.1.1.aarch64",
"product_id": "go1.25-race-1.25.13-160000.1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.25-1.25.13-160000.1.1.ppc64le",
"product": {
"name": "go1.25-1.25.13-160000.1.1.ppc64le",
"product_id": "go1.25-1.25.13-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.25-doc-1.25.13-160000.1.1.ppc64le",
"product": {
"name": "go1.25-doc-1.25.13-160000.1.1.ppc64le",
"product_id": "go1.25-doc-1.25.13-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.25-race-1.25.13-160000.1.1.ppc64le",
"product": {
"name": "go1.25-race-1.25.13-160000.1.1.ppc64le",
"product_id": "go1.25-race-1.25.13-160000.1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.25-1.25.13-160000.1.1.s390x",
"product": {
"name": "go1.25-1.25.13-160000.1.1.s390x",
"product_id": "go1.25-1.25.13-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.25-doc-1.25.13-160000.1.1.s390x",
"product": {
"name": "go1.25-doc-1.25.13-160000.1.1.s390x",
"product_id": "go1.25-doc-1.25.13-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.25-race-1.25.13-160000.1.1.s390x",
"product": {
"name": "go1.25-race-1.25.13-160000.1.1.s390x",
"product_id": "go1.25-race-1.25.13-160000.1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.25-1.25.13-160000.1.1.x86_64",
"product": {
"name": "go1.25-1.25.13-160000.1.1.x86_64",
"product_id": "go1.25-1.25.13-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.25-doc-1.25.13-160000.1.1.x86_64",
"product": {
"name": "go1.25-doc-1.25.13-160000.1.1.x86_64",
"product_id": "go1.25-doc-1.25.13-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.25-race-1.25.13-160000.1.1.x86_64",
"product": {
"name": "go1.25-race-1.25.13-160000.1.1.x86_64",
"product_id": "go1.25-race-1.25.13-160000.1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 16.0",
"product": {
"name": "openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0"
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.13-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.aarch64"
},
"product_reference": "go1.25-1.25.13-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.13-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.ppc64le"
},
"product_reference": "go1.25-1.25.13-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.13-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.s390x"
},
"product_reference": "go1.25-1.25.13-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.13-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.x86_64"
},
"product_reference": "go1.25-1.25.13-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.13-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.aarch64"
},
"product_reference": "go1.25-doc-1.25.13-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.13-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.ppc64le"
},
"product_reference": "go1.25-doc-1.25.13-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.13-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.s390x"
},
"product_reference": "go1.25-doc-1.25.13-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.13-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.13-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.13-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.aarch64"
},
"product_reference": "go1.25-race-1.25.13-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.13-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.ppc64le"
},
"product_reference": "go1.25-race-1.25.13-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.13-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.s390x"
},
"product_reference": "go1.25-race-1.25.13-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.13-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.x86_64"
},
"product_reference": "go1.25-race-1.25.13-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-33818",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-33818"
}
],
"notes": [
{
"category": "general",
"text": "Enforce a recursion limit in Unmarshal to prevent stack exhaustion when parsing deeply-nested, recursive structures.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-33818",
"url": "https://www.suse.com/security/cve/CVE-2026-33818"
},
{
"category": "external",
"summary": "SUSE Bug 1275034 for CVE-2026-33818",
"url": "https://bugzilla.suse.com/1275034"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-19T09:07:44Z",
"details": "important"
}
],
"title": "CVE-2026-33818"
},
{
"cve": "CVE-2026-39821",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-39821"
}
],
"notes": [
{
"category": "general",
"text": "The ToASCII and ToUnicode functions incorrectly accept Punycode-encoded labels that decode to an ASCII-only label. For example, ToUnicode(\"xn--example-.com\") incorrectly returns the name \"example.com\" rather than an error. This behavior can lead to privilege escalation in programs using the idna package. For example, a program which performs privilege checks on the ASCII hostname may reject \"example.com\" but permit \"xn--example-.com\". If that program subsequently converts the ASCII hostname to Unicode, it will inadvertently permits access to the Unicode name \"example.com\".",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-39821",
"url": "https://www.suse.com/security/cve/CVE-2026-39821"
},
{
"category": "external",
"summary": "SUSE Bug 1266474 for CVE-2026-39821",
"url": "https://bugzilla.suse.com/1266474"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-19T09:07:44Z",
"details": "important"
}
],
"title": "CVE-2026-39821"
},
{
"cve": "CVE-2026-56853",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-56853"
}
],
"notes": [
{
"category": "general",
"text": "When a server is configured to support unencrypted HTTP/2, it reads a few bytes from each new connection to see if they contain the HTTP/2 client preface. ReadHeaderTimeout is unexpectedly not being applied when doing this.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-56853",
"url": "https://www.suse.com/security/cve/CVE-2026-56853"
},
{
"category": "external",
"summary": "SUSE Bug 1275028 for CVE-2026-56853",
"url": "https://bugzilla.suse.com/1275028"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-19T09:07:44Z",
"details": "important"
}
],
"title": "CVE-2026-56853"
},
{
"cve": "CVE-2026-56858",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-56858"
}
],
"notes": [
{
"category": "general",
"text": "Previously, pathological inputs could close an unescaped \u0027/\u0027 early, allowing for attack-controlled data to inject arbitrary content, potentially leading to XSS.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-56858",
"url": "https://www.suse.com/security/cve/CVE-2026-56858"
},
{
"category": "external",
"summary": "SUSE Bug 1275033 for CVE-2026-56858",
"url": "https://bugzilla.suse.com/1275033"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-19T09:07:44Z",
"details": "moderate"
}
],
"title": "CVE-2026-56858"
},
{
"cve": "CVE-2026-56859",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-56859"
}
],
"notes": [
{
"category": "general",
"text": "Previously, DecodeElement would reset the depth counter causing it to never fire; this could lead to stack exhaustion.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-56859",
"url": "https://www.suse.com/security/cve/CVE-2026-56859"
},
{
"category": "external",
"summary": "SUSE Bug 1275026 for CVE-2026-56859",
"url": "https://bugzilla.suse.com/1275026"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-19T09:07:44Z",
"details": "important"
}
],
"title": "CVE-2026-56859"
},
{
"cve": "CVE-2026-56860",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-56860"
}
],
"notes": [
{
"category": "general",
"text": "Previously, resolving relative paths containing parent directory (\u0027..\u0027) segments performed string conversions and buffer rewrites on each step, resulting in quadratic time complexity and high memory allocation overhead. Now, path resolution operates on a byte buffer using index-based backtracking for \u0027..\u0027 segments, eliminating the quadratic time complexity and significantly reducing memory allocations.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-56860",
"url": "https://www.suse.com/security/cve/CVE-2026-56860"
},
{
"category": "external",
"summary": "SUSE Bug 1275029 for CVE-2026-56860",
"url": "https://bugzilla.suse.com/1275029"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.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:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-19T09:07:44Z",
"details": "moderate"
}
],
"title": "CVE-2026-56860"
},
{
"cve": "CVE-2026-56862",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-56862"
}
],
"notes": [
{
"category": "general",
"text": "Handshake messages, such as KeyUpdate, are always considered as state-advancing, regardless of whether a handshake has been completed or not. As a result, a malicious client can keep sending KeyUpdate messages to force the server to keep performing key derivation operations indefinitely.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-56862",
"url": "https://www.suse.com/security/cve/CVE-2026-56862"
},
{
"category": "external",
"summary": "SUSE Bug 1275032 for CVE-2026-56862",
"url": "https://bugzilla.suse.com/1275032"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-19T09:07:44Z",
"details": "important"
}
],
"title": "CVE-2026-56862"
},
{
"cve": "CVE-2026-56864",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-56864"
}
],
"notes": [
{
"category": "general",
"text": "A malicious GOSUMDB was capable of serving arbitrary module content not contained within the transparency log. This attack allows for a coordinating GOPROXY and GOSUMDB to serve a client malicious module content that cannot be detected by evaluating the transparency log. In order to determine if you have been affected: rm -r go.sum go.work.sum vendor/ \u0026\u0026 go mod tidy",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-56864",
"url": "https://www.suse.com/security/cve/CVE-2026-56864"
},
{
"category": "external",
"summary": "SUSE Bug 1275025 for CVE-2026-56864",
"url": "https://bugzilla.suse.com/1275025"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-19T09:07:44Z",
"details": "moderate"
}
],
"title": "CVE-2026-56864"
},
{
"cve": "CVE-2026-56865",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-56865"
}
],
"notes": [
{
"category": "general",
"text": "A malicious GOPROXY was previously capable of forging up to two sumdb tiles that allow for a requested module to bypass the GOSUMDB check and persist attacker-controlled module content to a local Go module cache. This attack allows for a malicious GOPROXY to serve malicious module content that cannot be detected by evaluating the transparency log. All tiles are now correctly verified against their parents. In order to determine if you have been affected: rm -r go.sum go.work.sum vendor/ \u0026\u0026 go mod tidy",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-56865",
"url": "https://www.suse.com/security/cve/CVE-2026-56865"
},
{
"category": "external",
"summary": "SUSE Bug 1275024 for CVE-2026-56865",
"url": "https://bugzilla.suse.com/1275024"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-doc-1.25.13-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-race-1.25.13-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-19T09:07:44Z",
"details": "important"
}
],
"title": "CVE-2026-56865"
}
]
}
OPENSUSE-SU-2026:21593-1
Vulnerability from csaf_opensuse - Published: 2026-08-19 09:08 - Updated: 2026-08-19 09:08| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for go1.26",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for go1.26 fixes the following issues:\n\nUpdate to go1.26.6 (released 2026-08-13, bsc#1255111).\n\nSecurity issues fixed:\n\n- CVE-2026-33818: encoding/asn1: unenforced recursion limit can lead to stack exhaustion when parsing deeply-nested,\n recursive structures (bsc#1275034).\n- CVE-2026-39821: golang.org/x/net/idna: failure to reject ASCII-only Punycode-encoded labels allows for validation\n bypass and privilege escalation (bsc#1266609).\n- CVE-2026-56853: net/http: missing timeout when doing unencrypted HTTP/2 check can lead to a denial of service\n (bsc#1275028).\n- CVE-2026-56858: html/template: improper Javascript regexp context tracking allows for XSS attacks (bsc#1275033).\n- CVE-2026-56859: encoding/xml: missing recursion depth guard during decode operation can lead to stack exhaustion\n and a denial of service (bsc#1275026).\n- CVE-2026-56860: net/url: quadratic time complexity in `resolvePath` when processing certain input can lead to high\n memory allocation overhead and a denial of service (bsc#1275029).\n- CVE-2026-56862: crypto/tls: no limit set for handshake messages sent post-handshake allows for denial of service\n (bsc#1275032).\n- CVE-2026-56864: x/mod/sumdb: unauthenticated hashes accepted in `Lookup` allows for a coordinating GOPROXY and\n GOSUMDB to serve a client malicious module content (bsc#1275025).\n- CVE-2026-56865: x/mod/sumdb/tlog: improper transparency log tile verification allows for bypass on crafted input\n and can lead to malicious module content to be accepted (bsc#1275024).\n\nChanges for go1.26.6:\n\n- go#79876 cmd/compile: prove misscompilation in slicemask folding leaves garbage in the upper bits\n- go#80099 cmd/compile: internal compiler error invalid heap allocated var without Heapaddr\n- go#80131 cmd/link: peCreateExportFile generates invalid .def file when output name has trailing dot (c-shared on\n Windows)\n- go#80365 os: Root\u0027s MkdirAll can\u0027t create paths ending in forward slashes\n- go#80367 os: TestRootMultiReadFile fails on netbsd/arm64 after CL 797880\n- go#80369 os: TestRootConsistencyRemoveAll fails on Plan 9 after CL 797880\n- go#80394 runtime: arm64 found pointer to free object with safe code\n- go#80441 runtime: uninitialized register due to wrong ABI in mach_vm_region_trampoline leads to libc following\n garbage stack data as a pointer\n- go#80478 cmd/compile: riscv64 miscompiles struct copy, corrupting a []byte slice field\n- go#80499 runtime: js/wasm: \"found bad pointer in Go heap\" -- link-layout-constant value recorded as a pointer in\n the write-barrier buffer\n- go#80579 cmd/compile: regalloc uses unreliable type data (like v.Type.IsSigned()) to choose the restore of spills\n- go#80606 crypto/tls: escape hatch for FIPS 140-3 mode Extended Master Secret enforcement\n- go#80609 net, x/net/dns/dnsmessage: panic when parsing invalid SVCB record\n- go#80615 cmd/compile: mips64le misscompile OffPtr by a const which doesn\u0027t fit 32bits resulting in panic\n- go#80617 cmd/compile: mips/mips64, multiply/divide results spilled from HI/LO corrupted w/ big stack frames\n- go#80619 cmd/compile: prove bug causes invalid indirect call\n- go#80715 runtime: fpTracebackPartialExpand SIGSEGV under high panic load\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Leap-16.0-1463",
"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-2026_21593-1.json"
},
{
"category": "self",
"summary": "SUSE Bug 1255111",
"url": "https://bugzilla.suse.com/1255111"
},
{
"category": "self",
"summary": "SUSE Bug 1266609",
"url": "https://bugzilla.suse.com/1266609"
},
{
"category": "self",
"summary": "SUSE Bug 1275024",
"url": "https://bugzilla.suse.com/1275024"
},
{
"category": "self",
"summary": "SUSE Bug 1275025",
"url": "https://bugzilla.suse.com/1275025"
},
{
"category": "self",
"summary": "SUSE Bug 1275026",
"url": "https://bugzilla.suse.com/1275026"
},
{
"category": "self",
"summary": "SUSE Bug 1275028",
"url": "https://bugzilla.suse.com/1275028"
},
{
"category": "self",
"summary": "SUSE Bug 1275029",
"url": "https://bugzilla.suse.com/1275029"
},
{
"category": "self",
"summary": "SUSE Bug 1275032",
"url": "https://bugzilla.suse.com/1275032"
},
{
"category": "self",
"summary": "SUSE Bug 1275033",
"url": "https://bugzilla.suse.com/1275033"
},
{
"category": "self",
"summary": "SUSE Bug 1275034",
"url": "https://bugzilla.suse.com/1275034"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-33818 page",
"url": "https://www.suse.com/security/cve/CVE-2026-33818/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-39821 page",
"url": "https://www.suse.com/security/cve/CVE-2026-39821/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-56853 page",
"url": "https://www.suse.com/security/cve/CVE-2026-56853/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-56858 page",
"url": "https://www.suse.com/security/cve/CVE-2026-56858/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-56859 page",
"url": "https://www.suse.com/security/cve/CVE-2026-56859/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-56860 page",
"url": "https://www.suse.com/security/cve/CVE-2026-56860/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-56862 page",
"url": "https://www.suse.com/security/cve/CVE-2026-56862/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-56864 page",
"url": "https://www.suse.com/security/cve/CVE-2026-56864/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-56865 page",
"url": "https://www.suse.com/security/cve/CVE-2026-56865/"
}
],
"title": "Security update for go1.26",
"tracking": {
"current_release_date": "2026-08-19T09:08:44Z",
"generator": {
"date": "2026-08-19T09:08:44Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:21593-1",
"initial_release_date": "2026-08-19T09:08:44Z",
"revision_history": [
{
"date": "2026-08-19T09:08:44Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.26-1.26.6-160000.1.1.aarch64",
"product": {
"name": "go1.26-1.26.6-160000.1.1.aarch64",
"product_id": "go1.26-1.26.6-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.26-doc-1.26.6-160000.1.1.aarch64",
"product": {
"name": "go1.26-doc-1.26.6-160000.1.1.aarch64",
"product_id": "go1.26-doc-1.26.6-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.26-race-1.26.6-160000.1.1.aarch64",
"product": {
"name": "go1.26-race-1.26.6-160000.1.1.aarch64",
"product_id": "go1.26-race-1.26.6-160000.1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.26-1.26.6-160000.1.1.ppc64le",
"product": {
"name": "go1.26-1.26.6-160000.1.1.ppc64le",
"product_id": "go1.26-1.26.6-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.26-doc-1.26.6-160000.1.1.ppc64le",
"product": {
"name": "go1.26-doc-1.26.6-160000.1.1.ppc64le",
"product_id": "go1.26-doc-1.26.6-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.26-race-1.26.6-160000.1.1.ppc64le",
"product": {
"name": "go1.26-race-1.26.6-160000.1.1.ppc64le",
"product_id": "go1.26-race-1.26.6-160000.1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.26-1.26.6-160000.1.1.s390x",
"product": {
"name": "go1.26-1.26.6-160000.1.1.s390x",
"product_id": "go1.26-1.26.6-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.26-doc-1.26.6-160000.1.1.s390x",
"product": {
"name": "go1.26-doc-1.26.6-160000.1.1.s390x",
"product_id": "go1.26-doc-1.26.6-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.26-race-1.26.6-160000.1.1.s390x",
"product": {
"name": "go1.26-race-1.26.6-160000.1.1.s390x",
"product_id": "go1.26-race-1.26.6-160000.1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.26-1.26.6-160000.1.1.x86_64",
"product": {
"name": "go1.26-1.26.6-160000.1.1.x86_64",
"product_id": "go1.26-1.26.6-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.26-doc-1.26.6-160000.1.1.x86_64",
"product": {
"name": "go1.26-doc-1.26.6-160000.1.1.x86_64",
"product_id": "go1.26-doc-1.26.6-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.26-race-1.26.6-160000.1.1.x86_64",
"product": {
"name": "go1.26-race-1.26.6-160000.1.1.x86_64",
"product_id": "go1.26-race-1.26.6-160000.1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 16.0",
"product": {
"name": "openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0"
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.26-1.26.6-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.aarch64"
},
"product_reference": "go1.26-1.26.6-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.26-1.26.6-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.ppc64le"
},
"product_reference": "go1.26-1.26.6-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.26-1.26.6-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.s390x"
},
"product_reference": "go1.26-1.26.6-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.26-1.26.6-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.x86_64"
},
"product_reference": "go1.26-1.26.6-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.26-doc-1.26.6-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.aarch64"
},
"product_reference": "go1.26-doc-1.26.6-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.26-doc-1.26.6-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.ppc64le"
},
"product_reference": "go1.26-doc-1.26.6-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.26-doc-1.26.6-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.s390x"
},
"product_reference": "go1.26-doc-1.26.6-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.26-doc-1.26.6-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.x86_64"
},
"product_reference": "go1.26-doc-1.26.6-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.26-race-1.26.6-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.aarch64"
},
"product_reference": "go1.26-race-1.26.6-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.26-race-1.26.6-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.ppc64le"
},
"product_reference": "go1.26-race-1.26.6-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.26-race-1.26.6-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.s390x"
},
"product_reference": "go1.26-race-1.26.6-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.26-race-1.26.6-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.x86_64"
},
"product_reference": "go1.26-race-1.26.6-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-33818",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-33818"
}
],
"notes": [
{
"category": "general",
"text": "Enforce a recursion limit in Unmarshal to prevent stack exhaustion when parsing deeply-nested, recursive structures.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-33818",
"url": "https://www.suse.com/security/cve/CVE-2026-33818"
},
{
"category": "external",
"summary": "SUSE Bug 1275034 for CVE-2026-33818",
"url": "https://bugzilla.suse.com/1275034"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-19T09:08:44Z",
"details": "important"
}
],
"title": "CVE-2026-33818"
},
{
"cve": "CVE-2026-39821",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-39821"
}
],
"notes": [
{
"category": "general",
"text": "The ToASCII and ToUnicode functions incorrectly accept Punycode-encoded labels that decode to an ASCII-only label. For example, ToUnicode(\"xn--example-.com\") incorrectly returns the name \"example.com\" rather than an error. This behavior can lead to privilege escalation in programs using the idna package. For example, a program which performs privilege checks on the ASCII hostname may reject \"example.com\" but permit \"xn--example-.com\". If that program subsequently converts the ASCII hostname to Unicode, it will inadvertently permits access to the Unicode name \"example.com\".",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-39821",
"url": "https://www.suse.com/security/cve/CVE-2026-39821"
},
{
"category": "external",
"summary": "SUSE Bug 1266474 for CVE-2026-39821",
"url": "https://bugzilla.suse.com/1266474"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-19T09:08:44Z",
"details": "important"
}
],
"title": "CVE-2026-39821"
},
{
"cve": "CVE-2026-56853",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-56853"
}
],
"notes": [
{
"category": "general",
"text": "When a server is configured to support unencrypted HTTP/2, it reads a few bytes from each new connection to see if they contain the HTTP/2 client preface. ReadHeaderTimeout is unexpectedly not being applied when doing this.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-56853",
"url": "https://www.suse.com/security/cve/CVE-2026-56853"
},
{
"category": "external",
"summary": "SUSE Bug 1275028 for CVE-2026-56853",
"url": "https://bugzilla.suse.com/1275028"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-19T09:08:44Z",
"details": "important"
}
],
"title": "CVE-2026-56853"
},
{
"cve": "CVE-2026-56858",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-56858"
}
],
"notes": [
{
"category": "general",
"text": "Previously, pathological inputs could close an unescaped \u0027/\u0027 early, allowing for attack-controlled data to inject arbitrary content, potentially leading to XSS.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-56858",
"url": "https://www.suse.com/security/cve/CVE-2026-56858"
},
{
"category": "external",
"summary": "SUSE Bug 1275033 for CVE-2026-56858",
"url": "https://bugzilla.suse.com/1275033"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-19T09:08:44Z",
"details": "moderate"
}
],
"title": "CVE-2026-56858"
},
{
"cve": "CVE-2026-56859",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-56859"
}
],
"notes": [
{
"category": "general",
"text": "Previously, DecodeElement would reset the depth counter causing it to never fire; this could lead to stack exhaustion.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-56859",
"url": "https://www.suse.com/security/cve/CVE-2026-56859"
},
{
"category": "external",
"summary": "SUSE Bug 1275026 for CVE-2026-56859",
"url": "https://bugzilla.suse.com/1275026"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-19T09:08:44Z",
"details": "important"
}
],
"title": "CVE-2026-56859"
},
{
"cve": "CVE-2026-56860",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-56860"
}
],
"notes": [
{
"category": "general",
"text": "Previously, resolving relative paths containing parent directory (\u0027..\u0027) segments performed string conversions and buffer rewrites on each step, resulting in quadratic time complexity and high memory allocation overhead. Now, path resolution operates on a byte buffer using index-based backtracking for \u0027..\u0027 segments, eliminating the quadratic time complexity and significantly reducing memory allocations.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-56860",
"url": "https://www.suse.com/security/cve/CVE-2026-56860"
},
{
"category": "external",
"summary": "SUSE Bug 1275029 for CVE-2026-56860",
"url": "https://bugzilla.suse.com/1275029"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.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:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-19T09:08:44Z",
"details": "moderate"
}
],
"title": "CVE-2026-56860"
},
{
"cve": "CVE-2026-56862",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-56862"
}
],
"notes": [
{
"category": "general",
"text": "Handshake messages, such as KeyUpdate, are always considered as state-advancing, regardless of whether a handshake has been completed or not. As a result, a malicious client can keep sending KeyUpdate messages to force the server to keep performing key derivation operations indefinitely.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-56862",
"url": "https://www.suse.com/security/cve/CVE-2026-56862"
},
{
"category": "external",
"summary": "SUSE Bug 1275032 for CVE-2026-56862",
"url": "https://bugzilla.suse.com/1275032"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-19T09:08:44Z",
"details": "important"
}
],
"title": "CVE-2026-56862"
},
{
"cve": "CVE-2026-56864",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-56864"
}
],
"notes": [
{
"category": "general",
"text": "A malicious GOSUMDB was capable of serving arbitrary module content not contained within the transparency log. This attack allows for a coordinating GOPROXY and GOSUMDB to serve a client malicious module content that cannot be detected by evaluating the transparency log. In order to determine if you have been affected: rm -r go.sum go.work.sum vendor/ \u0026\u0026 go mod tidy",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-56864",
"url": "https://www.suse.com/security/cve/CVE-2026-56864"
},
{
"category": "external",
"summary": "SUSE Bug 1275025 for CVE-2026-56864",
"url": "https://bugzilla.suse.com/1275025"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-19T09:08:44Z",
"details": "moderate"
}
],
"title": "CVE-2026-56864"
},
{
"cve": "CVE-2026-56865",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-56865"
}
],
"notes": [
{
"category": "general",
"text": "A malicious GOPROXY was previously capable of forging up to two sumdb tiles that allow for a requested module to bypass the GOSUMDB check and persist attacker-controlled module content to a local Go module cache. This attack allows for a malicious GOPROXY to serve malicious module content that cannot be detected by evaluating the transparency log. All tiles are now correctly verified against their parents. In order to determine if you have been affected: rm -r go.sum go.work.sum vendor/ \u0026\u0026 go mod tidy",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-56865",
"url": "https://www.suse.com/security/cve/CVE-2026-56865"
},
{
"category": "external",
"summary": "SUSE Bug 1275024 for CVE-2026-56865",
"url": "https://bugzilla.suse.com/1275024"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-doc-1.26.6-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-race-1.26.6-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-19T09:08:44Z",
"details": "important"
}
],
"title": "CVE-2026-56865"
}
]
}
OPENSUSE-SU-2026:21696-1
Vulnerability from csaf_opensuse - Published: 2026-08-30 14:40 - Updated: 2026-08-30 14:40| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for go1.25-openssl",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for go1.25-openssl fixes the following issues:\n\nUpdate to version 1.25.14 cut from the go1.25-fips-release branch at the revision tagged go1.25.14-1-openssl-fips.\n\nSecurity issues fixed:\n\n- CVE-2026-33818: encoding/asn1: stack exhaustion when parsing deeply-nested, recursive structures can lead to denial\n of service (bsc#1275034).\n- CVE-2026-39821: golang.org/x/net/idna: failure to reject ASCII-only Punycode-encoded labels allows for validation\n bypass and privilege escalation (bsc#1266609).\n- CVE-2026-56853: net/http: first header read timeout not being applied when a server is configured to support\n unencrypted HTTP/2 allows for denial of service (bsc#1275028).\n- CVE-2026-56858: html/template: wrong JavaScript regexp context tracking after top-level `{` can lead to XSS\n (bsc#1275033).\n- CVE-2026-56859: encoding/xml: stack exhaustion due to recursion depth guard bypass during decoding operations can\n lead to denial of service (bsc#1275026).\n- CVE-2026-56860: net/url: quadratic complexity in `resolvePath` when processing backtrack path elements can lead to\n denial of service (bsc#1275029).\n- CVE-2026-56862: crypto/tls: handshake messages can bypass non-advancing record limit in TLS 1.3, which can lead to\n a denial of service (bsc#1275032).\n- CVE-2026-56864: x/mod/sumdb: a malicious `GOSUMDB` is capable of serving arbitrary module content not contained\n within the transparency log (bsc#1275025).\n- CVE-2026-56865: x/mod/sumdb/tlog: a malicious `GOPROXY` is capable of forging sumdb tiles, which allows for bypass of\n the `GOSUMDB` check and persistence of attacker-controlled module contents to a local Go module cache (bsc#1275024).\n\nOther updates and bugfixes:\n\n- Update to version 1.25.14 cut from the go1.25-fips-release branch at the revision tagged go1.25.14-1-openssl-fips:\n (jsc#SLE-18320):\n * Rebase to 1.25.14\n- go1.25.14 (released 2026-08-19, boo#1244485):\n * go#80926 net/http: `ReadHeaderTimeout` remains active after unencrypted HTTP/2 handoff\n- go1.25.13 (released 2026-08-13):\n * includes security fixes to the `go` command, and the `crypto/tls`, `encoding/asn1`, `encoding/xml`, `html/template`,\n `net/http`, and `net/url` packages, as well as bug fixes to the compiler, the runtime, and the `crypto/tls` and `os`\n packages.\n * go#79876 cmd/compile: `prove` miscompilation in `slicemask` folding leaves garbage in the upper bits\n * go#80098 cmd/compile: internal compiler error invalid heap allocated var without `Heapaddr`\n * go#80364 os: `Root`\u0027s `MkdirAll` can\u0027t create paths ending in forward slashes\n * go#80366 os: `TestRootMultiReadFile` fails on `netbsd/arm64` after CL 797880\n * go#80368 os: `TestRootConsistencyRemoveAll` fails on Plan 9 after CL 797880\n * go#80393 runtime: `arm64` found pointer to free object with safe code\n * go#80440 runtime: uninitialized register due to wrong ABI in `mach_vm_region_trampoline` leads to `libc` following\n garbage stack data as a pointer\n * go#80477 cmd/compile: `riscv64` miscompiles struct copy, corrupting a `[]byte` slice field\n * go#80500 runtime: js/wasm: \"found bad pointer in Go heap\" -- link-layout-constant value recorded as a pointer in the\n write-barrier buffer\n * go#80578 cmd/compile: `regalloc` uses unreliable type data (like `v.Type.IsSigned()`) to choose the restore of\n spills\n * go#80605 crypto/tls: escape hatch for FIPS 140-3 mode Extended Master Secret enforcement\n * go#80614 cmd/compile: `mips64le` miscompiles `OffPtr` by a const which doesn\u0027t fit 32bits resulting in panic\n * go#80616 cmd/compile: `mips`/`mips64`, multiply/divide results spilled from `HI`/`LO` corrupted w/ big stack frames\n * go#80618 cmd/compile: `prove` bug causes invalid indirect call\n * go#80737 runtime: `fpTracebackPartialExpand` `SIGSEGV` under high panic load\n- Update to version 1.25.12 cut from the go1.25-fips-release branch at the revision tagged go1.25.12-2-openssl-fips:\n * Limit openssl `RandReader` concurrency (#374)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Leap-16.0-1552",
"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-2026_21696-1.json"
},
{
"category": "self",
"summary": "SUSE Bug 1244485",
"url": "https://bugzilla.suse.com/1244485"
},
{
"category": "self",
"summary": "SUSE Bug 1266609",
"url": "https://bugzilla.suse.com/1266609"
},
{
"category": "self",
"summary": "SUSE Bug 1275024",
"url": "https://bugzilla.suse.com/1275024"
},
{
"category": "self",
"summary": "SUSE Bug 1275025",
"url": "https://bugzilla.suse.com/1275025"
},
{
"category": "self",
"summary": "SUSE Bug 1275026",
"url": "https://bugzilla.suse.com/1275026"
},
{
"category": "self",
"summary": "SUSE Bug 1275028",
"url": "https://bugzilla.suse.com/1275028"
},
{
"category": "self",
"summary": "SUSE Bug 1275029",
"url": "https://bugzilla.suse.com/1275029"
},
{
"category": "self",
"summary": "SUSE Bug 1275032",
"url": "https://bugzilla.suse.com/1275032"
},
{
"category": "self",
"summary": "SUSE Bug 1275033",
"url": "https://bugzilla.suse.com/1275033"
},
{
"category": "self",
"summary": "SUSE Bug 1275034",
"url": "https://bugzilla.suse.com/1275034"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-33818 page",
"url": "https://www.suse.com/security/cve/CVE-2026-33818/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-39821 page",
"url": "https://www.suse.com/security/cve/CVE-2026-39821/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-56853 page",
"url": "https://www.suse.com/security/cve/CVE-2026-56853/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-56858 page",
"url": "https://www.suse.com/security/cve/CVE-2026-56858/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-56859 page",
"url": "https://www.suse.com/security/cve/CVE-2026-56859/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-56860 page",
"url": "https://www.suse.com/security/cve/CVE-2026-56860/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-56862 page",
"url": "https://www.suse.com/security/cve/CVE-2026-56862/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-56864 page",
"url": "https://www.suse.com/security/cve/CVE-2026-56864/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-56865 page",
"url": "https://www.suse.com/security/cve/CVE-2026-56865/"
}
],
"title": "Security update for go1.25-openssl",
"tracking": {
"current_release_date": "2026-08-30T14:40:58Z",
"generator": {
"date": "2026-08-30T14:40:58Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:21696-1",
"initial_release_date": "2026-08-30T14:40:58Z",
"revision_history": [
{
"date": "2026-08-30T14:40:58Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.25-openssl-1.25.14-160000.1.1.aarch64",
"product": {
"name": "go1.25-openssl-1.25.14-160000.1.1.aarch64",
"product_id": "go1.25-openssl-1.25.14-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.25-openssl-doc-1.25.14-160000.1.1.aarch64",
"product": {
"name": "go1.25-openssl-doc-1.25.14-160000.1.1.aarch64",
"product_id": "go1.25-openssl-doc-1.25.14-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.25-openssl-race-1.25.14-160000.1.1.aarch64",
"product": {
"name": "go1.25-openssl-race-1.25.14-160000.1.1.aarch64",
"product_id": "go1.25-openssl-race-1.25.14-160000.1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.25-openssl-1.25.14-160000.1.1.ppc64le",
"product": {
"name": "go1.25-openssl-1.25.14-160000.1.1.ppc64le",
"product_id": "go1.25-openssl-1.25.14-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.25-openssl-doc-1.25.14-160000.1.1.ppc64le",
"product": {
"name": "go1.25-openssl-doc-1.25.14-160000.1.1.ppc64le",
"product_id": "go1.25-openssl-doc-1.25.14-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.25-openssl-race-1.25.14-160000.1.1.ppc64le",
"product": {
"name": "go1.25-openssl-race-1.25.14-160000.1.1.ppc64le",
"product_id": "go1.25-openssl-race-1.25.14-160000.1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.25-openssl-1.25.14-160000.1.1.s390x",
"product": {
"name": "go1.25-openssl-1.25.14-160000.1.1.s390x",
"product_id": "go1.25-openssl-1.25.14-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.25-openssl-doc-1.25.14-160000.1.1.s390x",
"product": {
"name": "go1.25-openssl-doc-1.25.14-160000.1.1.s390x",
"product_id": "go1.25-openssl-doc-1.25.14-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.25-openssl-race-1.25.14-160000.1.1.s390x",
"product": {
"name": "go1.25-openssl-race-1.25.14-160000.1.1.s390x",
"product_id": "go1.25-openssl-race-1.25.14-160000.1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.25-openssl-1.25.14-160000.1.1.x86_64",
"product": {
"name": "go1.25-openssl-1.25.14-160000.1.1.x86_64",
"product_id": "go1.25-openssl-1.25.14-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.25-openssl-doc-1.25.14-160000.1.1.x86_64",
"product": {
"name": "go1.25-openssl-doc-1.25.14-160000.1.1.x86_64",
"product_id": "go1.25-openssl-doc-1.25.14-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.25-openssl-race-1.25.14-160000.1.1.x86_64",
"product": {
"name": "go1.25-openssl-race-1.25.14-160000.1.1.x86_64",
"product_id": "go1.25-openssl-race-1.25.14-160000.1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 16.0",
"product": {
"name": "openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0"
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.14-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.aarch64"
},
"product_reference": "go1.25-openssl-1.25.14-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.14-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.ppc64le"
},
"product_reference": "go1.25-openssl-1.25.14-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.14-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.s390x"
},
"product_reference": "go1.25-openssl-1.25.14-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-1.25.14-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.x86_64"
},
"product_reference": "go1.25-openssl-1.25.14-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.14-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.aarch64"
},
"product_reference": "go1.25-openssl-doc-1.25.14-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.14-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.ppc64le"
},
"product_reference": "go1.25-openssl-doc-1.25.14-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.14-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.s390x"
},
"product_reference": "go1.25-openssl-doc-1.25.14-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-doc-1.25.14-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.x86_64"
},
"product_reference": "go1.25-openssl-doc-1.25.14-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.14-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.aarch64"
},
"product_reference": "go1.25-openssl-race-1.25.14-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.14-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.ppc64le"
},
"product_reference": "go1.25-openssl-race-1.25.14-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.14-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.s390x"
},
"product_reference": "go1.25-openssl-race-1.25.14-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-openssl-race-1.25.14-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.x86_64"
},
"product_reference": "go1.25-openssl-race-1.25.14-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-33818",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-33818"
}
],
"notes": [
{
"category": "general",
"text": "Enforce a recursion limit in Unmarshal to prevent stack exhaustion when parsing deeply-nested, recursive structures.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-33818",
"url": "https://www.suse.com/security/cve/CVE-2026-33818"
},
{
"category": "external",
"summary": "SUSE Bug 1275034 for CVE-2026-33818",
"url": "https://bugzilla.suse.com/1275034"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-30T14:40:58Z",
"details": "important"
}
],
"title": "CVE-2026-33818"
},
{
"cve": "CVE-2026-39821",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-39821"
}
],
"notes": [
{
"category": "general",
"text": "The ToASCII and ToUnicode functions incorrectly accept Punycode-encoded labels that decode to an ASCII-only label. For example, ToUnicode(\"xn--example-.com\") incorrectly returns the name \"example.com\" rather than an error. This behavior can lead to privilege escalation in programs using the idna package. For example, a program which performs privilege checks on the ASCII hostname may reject \"example.com\" but permit \"xn--example-.com\". If that program subsequently converts the ASCII hostname to Unicode, it will inadvertently permits access to the Unicode name \"example.com\".",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-39821",
"url": "https://www.suse.com/security/cve/CVE-2026-39821"
},
{
"category": "external",
"summary": "SUSE Bug 1266474 for CVE-2026-39821",
"url": "https://bugzilla.suse.com/1266474"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-30T14:40:58Z",
"details": "important"
}
],
"title": "CVE-2026-39821"
},
{
"cve": "CVE-2026-56853",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-56853"
}
],
"notes": [
{
"category": "general",
"text": "When a server is configured to support unencrypted HTTP/2, it reads a few bytes from each new connection to see if they contain the HTTP/2 client preface. ReadHeaderTimeout is unexpectedly not being applied when doing this.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-56853",
"url": "https://www.suse.com/security/cve/CVE-2026-56853"
},
{
"category": "external",
"summary": "SUSE Bug 1275028 for CVE-2026-56853",
"url": "https://bugzilla.suse.com/1275028"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-30T14:40:58Z",
"details": "important"
}
],
"title": "CVE-2026-56853"
},
{
"cve": "CVE-2026-56858",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-56858"
}
],
"notes": [
{
"category": "general",
"text": "Previously, pathological inputs could close an unescaped \u0027/\u0027 early, allowing for attack-controlled data to inject arbitrary content, potentially leading to XSS.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-56858",
"url": "https://www.suse.com/security/cve/CVE-2026-56858"
},
{
"category": "external",
"summary": "SUSE Bug 1275033 for CVE-2026-56858",
"url": "https://bugzilla.suse.com/1275033"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-30T14:40:58Z",
"details": "moderate"
}
],
"title": "CVE-2026-56858"
},
{
"cve": "CVE-2026-56859",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-56859"
}
],
"notes": [
{
"category": "general",
"text": "Previously, DecodeElement would reset the depth counter causing it to never fire; this could lead to stack exhaustion.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-56859",
"url": "https://www.suse.com/security/cve/CVE-2026-56859"
},
{
"category": "external",
"summary": "SUSE Bug 1275026 for CVE-2026-56859",
"url": "https://bugzilla.suse.com/1275026"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-30T14:40:58Z",
"details": "important"
}
],
"title": "CVE-2026-56859"
},
{
"cve": "CVE-2026-56860",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-56860"
}
],
"notes": [
{
"category": "general",
"text": "Previously, resolving relative paths containing parent directory (\u0027..\u0027) segments performed string conversions and buffer rewrites on each step, resulting in quadratic time complexity and high memory allocation overhead. Now, path resolution operates on a byte buffer using index-based backtracking for \u0027..\u0027 segments, eliminating the quadratic time complexity and significantly reducing memory allocations.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-56860",
"url": "https://www.suse.com/security/cve/CVE-2026-56860"
},
{
"category": "external",
"summary": "SUSE Bug 1275029 for CVE-2026-56860",
"url": "https://bugzilla.suse.com/1275029"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.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:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-30T14:40:58Z",
"details": "moderate"
}
],
"title": "CVE-2026-56860"
},
{
"cve": "CVE-2026-56862",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-56862"
}
],
"notes": [
{
"category": "general",
"text": "Handshake messages, such as KeyUpdate, are always considered as state-advancing, regardless of whether a handshake has been completed or not. As a result, a malicious client can keep sending KeyUpdate messages to force the server to keep performing key derivation operations indefinitely.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-56862",
"url": "https://www.suse.com/security/cve/CVE-2026-56862"
},
{
"category": "external",
"summary": "SUSE Bug 1275032 for CVE-2026-56862",
"url": "https://bugzilla.suse.com/1275032"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-30T14:40:58Z",
"details": "important"
}
],
"title": "CVE-2026-56862"
},
{
"cve": "CVE-2026-56864",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-56864"
}
],
"notes": [
{
"category": "general",
"text": "A malicious GOSUMDB was capable of serving arbitrary module content not contained within the transparency log. This attack allows for a coordinating GOPROXY and GOSUMDB to serve a client malicious module content that cannot be detected by evaluating the transparency log. In order to determine if you have been affected: rm -r go.sum go.work.sum vendor/ \u0026\u0026 go mod tidy",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-56864",
"url": "https://www.suse.com/security/cve/CVE-2026-56864"
},
{
"category": "external",
"summary": "SUSE Bug 1275025 for CVE-2026-56864",
"url": "https://bugzilla.suse.com/1275025"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-30T14:40:58Z",
"details": "moderate"
}
],
"title": "CVE-2026-56864"
},
{
"cve": "CVE-2026-56865",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-56865"
}
],
"notes": [
{
"category": "general",
"text": "A malicious GOPROXY was previously capable of forging up to two sumdb tiles that allow for a requested module to bypass the GOSUMDB check and persist attacker-controlled module content to a local Go module cache. This attack allows for a malicious GOPROXY to serve malicious module content that cannot be detected by evaluating the transparency log. All tiles are now correctly verified against their parents. In order to determine if you have been affected: rm -r go.sum go.work.sum vendor/ \u0026\u0026 go mod tidy",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-56865",
"url": "https://www.suse.com/security/cve/CVE-2026-56865"
},
{
"category": "external",
"summary": "SUSE Bug 1275024 for CVE-2026-56865",
"url": "https://bugzilla.suse.com/1275024"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-doc-1.25.14-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.25-openssl-race-1.25.14-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-30T14:40:58Z",
"details": "important"
}
],
"title": "CVE-2026-56865"
}
]
}
OPENSUSE-SU-2026:21705-1
Vulnerability from csaf_opensuse - Published: 2026-08-30 15:26 - Updated: 2026-08-30 15:26| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for go1.26-openssl",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for go1.26-openssl fixes the following issues:\n\nUpdate to version 1.26.7 cut from the go1.25-fips-release branch at the revision tagged go1.26.7-1-openssl-fips.\n\nSecurity issues fixed:\n\n- CVE-2026-33818: encoding/asn1: stack exhaustion when parsing deeply-nested, recursive structures can lead to denial\n of service (bsc#1275034).\n- CVE-2026-39821: golang.org/x/net/idna: failure to reject ASCII-only Punycode-encoded labels allows for validation\n bypass and privilege escalation (bsc#1266609).\n- CVE-2026-56853: net/http: first header read timeout not being applied when a server is configured to support\n unencrypted HTTP/2 allows for denial of service (bsc#1275028).\n- CVE-2026-56858: html/template: wrong JavaScript regexp context tracking after top-level `{` can lead to XSS\n (bsc#1275033).\n- CVE-2026-56859: encoding/xml: stack exhaustion due to recursion depth guard bypass during decoding operations can\n lead to denial of service (bsc#1275026).\n- CVE-2026-56860: net/url: quadratic complexity in `resolvePath` when processing backtrack path elements can lead to\n denial of service (bsc#1275029).\n- CVE-2026-56862: crypto/tls: handshake messages can bypass non-advancing record limit in TLS 1.3, which can lead to\n a denial of service (bsc#1275032).\n- CVE-2026-56864: x/mod/sumdb: a malicious `GOSUMDB` is capable of serving arbitrary module content not contained\n within the transparency log (bsc#1275025).\n- CVE-2026-56865: x/mod/sumdb/tlog: a malicious `GOPROXY` is capable of forging sumdb tiles, which allows for bypass of\n the `GOSUMDB` check and persistence of attacker-controlled module contents to a local Go module cache (bsc#1275024).\n\nOther updates and bugfixes:\n\n- Update to version 1.26.7 cut from the go1.25-fips-release branch at the revision tagged go1.26.7-1-openssl-fips:\n (jsc#SLE-18320).\n * Rebase to 1.26.7\n * Support `strictfipsruntime` with `no_openssl`\n * Fix multiple `no_openssl` build tag issues\n- go1.26.7 (released 2026-08-19, boo#1255111):\n * go#80927 net/http: `ReadHeaderTimeout` remains active after unencrypted `HTTP/2` handoff\n- go1.26.6 (released 2026-08-13):\n * includes security fixes to the `go` command, and the `crypto/tls`, `encoding/asn1`, `encoding/xml`,\n `html/template`, `net`, `net/http`, and `net/url` packages, as well as bug fixes to the compiler, the linker, the\n runtime, and the `crypto/tls` and `os` packages.\n * go#79876 cmd/compile: `prove` misscompilation in `slicemask` folding leaves garbage in the upper bits\n * go#80099 cmd/compile: internal compiler error invalid heap allocated var without `Heapaddr`\n * go#80131 cmd/link: `peCreateExportFile` generates invalid `.def` file when output name has trailing dot (`c-shared`\n on Windows)\n * go#80365 os: `Root`\u0027s `MkdirAll` can\u0027t create paths ending in forward slashes\n * go#80367 os: `TestRootMultiReadFile` fails on `netbsd/arm64` after CL 797880\n * go#80369 os: `TestRootConsistencyRemoveAll` fails on Plan 9 after CL 797880\n * go#80394 runtime: `arm64` found pointer to free object with safe code\n * go#80441 runtime: uninitialized register due to wrong ABI in `mach_vm_region_trampoline` leads to `libc` following\n garbage stack data as a pointer\n * go#80478 cmd/compile: `riscv64` miscompiles struct copy, corrupting a `[]byte` slice field\n * go#80499 runtime: js/wasm: \"found bad pointer in Go heap\" -- link-layout-constant value recorded as a pointer in\n the write-barrier buffer\n * go#80579 cmd/compile: `regalloc` uses unreliable type data (like `v.Type.IsSigned()`) to choose the restore of\n spills\n * go#80606 crypto/tls: escape hatch for FIPS 140-3 mode Extended Master Secret enforcement\n * go#80609 net, x/net/dns/dnsmessage: panic when parsing invalid `SVCB` record\n * go#80615 cmd/compile: `mips64le` misscompile `OffPtr` by a const which doesn\u0027t fit 32bits resulting in panic\n * go#80617 cmd/compile: `mips`/`mips64`, multiply/divide results spilled from `HI`/`LO` corrupted w/ big stack frames\n * go#80619 cmd/compile: `prove` bug causes invalid indirect call\n * go#80715 runtime: `fpTracebackPartialExpand` `SIGSEGV` under high panic load\n- Update to version 1.26.5 cut from the go1.25-fips-release branch at the revision tagged go1.26.5-2-openssl-fips:\n * Limit `openssl` `RandReader` concurrency\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Leap-16.0-1561",
"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-2026_21705-1.json"
},
{
"category": "self",
"summary": "SUSE Bug 1255111",
"url": "https://bugzilla.suse.com/1255111"
},
{
"category": "self",
"summary": "SUSE Bug 1266609",
"url": "https://bugzilla.suse.com/1266609"
},
{
"category": "self",
"summary": "SUSE Bug 1275024",
"url": "https://bugzilla.suse.com/1275024"
},
{
"category": "self",
"summary": "SUSE Bug 1275025",
"url": "https://bugzilla.suse.com/1275025"
},
{
"category": "self",
"summary": "SUSE Bug 1275026",
"url": "https://bugzilla.suse.com/1275026"
},
{
"category": "self",
"summary": "SUSE Bug 1275028",
"url": "https://bugzilla.suse.com/1275028"
},
{
"category": "self",
"summary": "SUSE Bug 1275029",
"url": "https://bugzilla.suse.com/1275029"
},
{
"category": "self",
"summary": "SUSE Bug 1275032",
"url": "https://bugzilla.suse.com/1275032"
},
{
"category": "self",
"summary": "SUSE Bug 1275033",
"url": "https://bugzilla.suse.com/1275033"
},
{
"category": "self",
"summary": "SUSE Bug 1275034",
"url": "https://bugzilla.suse.com/1275034"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-33818 page",
"url": "https://www.suse.com/security/cve/CVE-2026-33818/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-39821 page",
"url": "https://www.suse.com/security/cve/CVE-2026-39821/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-56853 page",
"url": "https://www.suse.com/security/cve/CVE-2026-56853/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-56858 page",
"url": "https://www.suse.com/security/cve/CVE-2026-56858/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-56859 page",
"url": "https://www.suse.com/security/cve/CVE-2026-56859/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-56860 page",
"url": "https://www.suse.com/security/cve/CVE-2026-56860/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-56862 page",
"url": "https://www.suse.com/security/cve/CVE-2026-56862/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-56864 page",
"url": "https://www.suse.com/security/cve/CVE-2026-56864/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-56865 page",
"url": "https://www.suse.com/security/cve/CVE-2026-56865/"
}
],
"title": "Security update for go1.26-openssl",
"tracking": {
"current_release_date": "2026-08-30T15:26:45Z",
"generator": {
"date": "2026-08-30T15:26:45Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:21705-1",
"initial_release_date": "2026-08-30T15:26:45Z",
"revision_history": [
{
"date": "2026-08-30T15:26:45Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.26-openssl-1.26.7-160000.1.1.aarch64",
"product": {
"name": "go1.26-openssl-1.26.7-160000.1.1.aarch64",
"product_id": "go1.26-openssl-1.26.7-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.26-openssl-doc-1.26.7-160000.1.1.aarch64",
"product": {
"name": "go1.26-openssl-doc-1.26.7-160000.1.1.aarch64",
"product_id": "go1.26-openssl-doc-1.26.7-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.26-openssl-race-1.26.7-160000.1.1.aarch64",
"product": {
"name": "go1.26-openssl-race-1.26.7-160000.1.1.aarch64",
"product_id": "go1.26-openssl-race-1.26.7-160000.1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.26-openssl-1.26.7-160000.1.1.ppc64le",
"product": {
"name": "go1.26-openssl-1.26.7-160000.1.1.ppc64le",
"product_id": "go1.26-openssl-1.26.7-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.26-openssl-doc-1.26.7-160000.1.1.ppc64le",
"product": {
"name": "go1.26-openssl-doc-1.26.7-160000.1.1.ppc64le",
"product_id": "go1.26-openssl-doc-1.26.7-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.26-openssl-race-1.26.7-160000.1.1.ppc64le",
"product": {
"name": "go1.26-openssl-race-1.26.7-160000.1.1.ppc64le",
"product_id": "go1.26-openssl-race-1.26.7-160000.1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.26-openssl-1.26.7-160000.1.1.s390x",
"product": {
"name": "go1.26-openssl-1.26.7-160000.1.1.s390x",
"product_id": "go1.26-openssl-1.26.7-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.26-openssl-doc-1.26.7-160000.1.1.s390x",
"product": {
"name": "go1.26-openssl-doc-1.26.7-160000.1.1.s390x",
"product_id": "go1.26-openssl-doc-1.26.7-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.26-openssl-race-1.26.7-160000.1.1.s390x",
"product": {
"name": "go1.26-openssl-race-1.26.7-160000.1.1.s390x",
"product_id": "go1.26-openssl-race-1.26.7-160000.1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.26-openssl-1.26.7-160000.1.1.x86_64",
"product": {
"name": "go1.26-openssl-1.26.7-160000.1.1.x86_64",
"product_id": "go1.26-openssl-1.26.7-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.26-openssl-doc-1.26.7-160000.1.1.x86_64",
"product": {
"name": "go1.26-openssl-doc-1.26.7-160000.1.1.x86_64",
"product_id": "go1.26-openssl-doc-1.26.7-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.26-openssl-race-1.26.7-160000.1.1.x86_64",
"product": {
"name": "go1.26-openssl-race-1.26.7-160000.1.1.x86_64",
"product_id": "go1.26-openssl-race-1.26.7-160000.1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 16.0",
"product": {
"name": "openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0"
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.26-openssl-1.26.7-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.aarch64"
},
"product_reference": "go1.26-openssl-1.26.7-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.26-openssl-1.26.7-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.ppc64le"
},
"product_reference": "go1.26-openssl-1.26.7-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.26-openssl-1.26.7-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.s390x"
},
"product_reference": "go1.26-openssl-1.26.7-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.26-openssl-1.26.7-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.x86_64"
},
"product_reference": "go1.26-openssl-1.26.7-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.26-openssl-doc-1.26.7-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.aarch64"
},
"product_reference": "go1.26-openssl-doc-1.26.7-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.26-openssl-doc-1.26.7-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.ppc64le"
},
"product_reference": "go1.26-openssl-doc-1.26.7-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.26-openssl-doc-1.26.7-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.s390x"
},
"product_reference": "go1.26-openssl-doc-1.26.7-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.26-openssl-doc-1.26.7-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.x86_64"
},
"product_reference": "go1.26-openssl-doc-1.26.7-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.26-openssl-race-1.26.7-160000.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.aarch64"
},
"product_reference": "go1.26-openssl-race-1.26.7-160000.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.26-openssl-race-1.26.7-160000.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.ppc64le"
},
"product_reference": "go1.26-openssl-race-1.26.7-160000.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.26-openssl-race-1.26.7-160000.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.s390x"
},
"product_reference": "go1.26-openssl-race-1.26.7-160000.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.26-openssl-race-1.26.7-160000.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.x86_64"
},
"product_reference": "go1.26-openssl-race-1.26.7-160000.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-33818",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-33818"
}
],
"notes": [
{
"category": "general",
"text": "Enforce a recursion limit in Unmarshal to prevent stack exhaustion when parsing deeply-nested, recursive structures.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-33818",
"url": "https://www.suse.com/security/cve/CVE-2026-33818"
},
{
"category": "external",
"summary": "SUSE Bug 1275034 for CVE-2026-33818",
"url": "https://bugzilla.suse.com/1275034"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-30T15:26:45Z",
"details": "important"
}
],
"title": "CVE-2026-33818"
},
{
"cve": "CVE-2026-39821",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-39821"
}
],
"notes": [
{
"category": "general",
"text": "The ToASCII and ToUnicode functions incorrectly accept Punycode-encoded labels that decode to an ASCII-only label. For example, ToUnicode(\"xn--example-.com\") incorrectly returns the name \"example.com\" rather than an error. This behavior can lead to privilege escalation in programs using the idna package. For example, a program which performs privilege checks on the ASCII hostname may reject \"example.com\" but permit \"xn--example-.com\". If that program subsequently converts the ASCII hostname to Unicode, it will inadvertently permits access to the Unicode name \"example.com\".",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-39821",
"url": "https://www.suse.com/security/cve/CVE-2026-39821"
},
{
"category": "external",
"summary": "SUSE Bug 1266474 for CVE-2026-39821",
"url": "https://bugzilla.suse.com/1266474"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-30T15:26:45Z",
"details": "important"
}
],
"title": "CVE-2026-39821"
},
{
"cve": "CVE-2026-56853",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-56853"
}
],
"notes": [
{
"category": "general",
"text": "When a server is configured to support unencrypted HTTP/2, it reads a few bytes from each new connection to see if they contain the HTTP/2 client preface. ReadHeaderTimeout is unexpectedly not being applied when doing this.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-56853",
"url": "https://www.suse.com/security/cve/CVE-2026-56853"
},
{
"category": "external",
"summary": "SUSE Bug 1275028 for CVE-2026-56853",
"url": "https://bugzilla.suse.com/1275028"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-30T15:26:45Z",
"details": "important"
}
],
"title": "CVE-2026-56853"
},
{
"cve": "CVE-2026-56858",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-56858"
}
],
"notes": [
{
"category": "general",
"text": "Previously, pathological inputs could close an unescaped \u0027/\u0027 early, allowing for attack-controlled data to inject arbitrary content, potentially leading to XSS.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-56858",
"url": "https://www.suse.com/security/cve/CVE-2026-56858"
},
{
"category": "external",
"summary": "SUSE Bug 1275033 for CVE-2026-56858",
"url": "https://bugzilla.suse.com/1275033"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-30T15:26:45Z",
"details": "moderate"
}
],
"title": "CVE-2026-56858"
},
{
"cve": "CVE-2026-56859",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-56859"
}
],
"notes": [
{
"category": "general",
"text": "Previously, DecodeElement would reset the depth counter causing it to never fire; this could lead to stack exhaustion.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-56859",
"url": "https://www.suse.com/security/cve/CVE-2026-56859"
},
{
"category": "external",
"summary": "SUSE Bug 1275026 for CVE-2026-56859",
"url": "https://bugzilla.suse.com/1275026"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-30T15:26:45Z",
"details": "important"
}
],
"title": "CVE-2026-56859"
},
{
"cve": "CVE-2026-56860",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-56860"
}
],
"notes": [
{
"category": "general",
"text": "Previously, resolving relative paths containing parent directory (\u0027..\u0027) segments performed string conversions and buffer rewrites on each step, resulting in quadratic time complexity and high memory allocation overhead. Now, path resolution operates on a byte buffer using index-based backtracking for \u0027..\u0027 segments, eliminating the quadratic time complexity and significantly reducing memory allocations.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-56860",
"url": "https://www.suse.com/security/cve/CVE-2026-56860"
},
{
"category": "external",
"summary": "SUSE Bug 1275029 for CVE-2026-56860",
"url": "https://bugzilla.suse.com/1275029"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.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:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-30T15:26:45Z",
"details": "moderate"
}
],
"title": "CVE-2026-56860"
},
{
"cve": "CVE-2026-56862",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-56862"
}
],
"notes": [
{
"category": "general",
"text": "Handshake messages, such as KeyUpdate, are always considered as state-advancing, regardless of whether a handshake has been completed or not. As a result, a malicious client can keep sending KeyUpdate messages to force the server to keep performing key derivation operations indefinitely.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-56862",
"url": "https://www.suse.com/security/cve/CVE-2026-56862"
},
{
"category": "external",
"summary": "SUSE Bug 1275032 for CVE-2026-56862",
"url": "https://bugzilla.suse.com/1275032"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-30T15:26:45Z",
"details": "important"
}
],
"title": "CVE-2026-56862"
},
{
"cve": "CVE-2026-56864",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-56864"
}
],
"notes": [
{
"category": "general",
"text": "A malicious GOSUMDB was capable of serving arbitrary module content not contained within the transparency log. This attack allows for a coordinating GOPROXY and GOSUMDB to serve a client malicious module content that cannot be detected by evaluating the transparency log. In order to determine if you have been affected: rm -r go.sum go.work.sum vendor/ \u0026\u0026 go mod tidy",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-56864",
"url": "https://www.suse.com/security/cve/CVE-2026-56864"
},
{
"category": "external",
"summary": "SUSE Bug 1275025 for CVE-2026-56864",
"url": "https://bugzilla.suse.com/1275025"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-30T15:26:45Z",
"details": "moderate"
}
],
"title": "CVE-2026-56864"
},
{
"cve": "CVE-2026-56865",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-56865"
}
],
"notes": [
{
"category": "general",
"text": "A malicious GOPROXY was previously capable of forging up to two sumdb tiles that allow for a requested module to bypass the GOSUMDB check and persist attacker-controlled module content to a local Go module cache. This attack allows for a malicious GOPROXY to serve malicious module content that cannot be detected by evaluating the transparency log. All tiles are now correctly verified against their parents. In order to determine if you have been affected: rm -r go.sum go.work.sum vendor/ \u0026\u0026 go mod tidy",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-56865",
"url": "https://www.suse.com/security/cve/CVE-2026-56865"
},
{
"category": "external",
"summary": "SUSE Bug 1275024 for CVE-2026-56865",
"url": "https://bugzilla.suse.com/1275024"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-doc-1.26.7-160000.1.1.x86_64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.aarch64",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.ppc64le",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.s390x",
"openSUSE Leap 16.0:go1.26-openssl-race-1.26.7-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-30T15:26:45Z",
"details": "important"
}
],
"title": "CVE-2026-56865"
}
]
}
RHSA-2026:54835
Vulnerability from csaf_redhat - Published: 2026-08-14 02:48 - Updated: 2026-09-05 05:03A flaw was found in the `encoding/asn1` package in Go. An attacker could provide a specially crafted, deeply-nested Abstract Syntax Notation One (ASN.1) structure, leading to excessive recursion during the `Unmarshal` operation. This could result in stack exhaustion and a Denial of Service (DoS) condition.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the `net/http` component of the Go standard library. When a server is configured to support unencrypted HTTP/2, it reads initial bytes from new connections to detect the HTTP/2 client preface. However, the `ReadHeaderTimeout` is not correctly applied during this process. This oversight could allow a remote attacker to maintain open connections indefinitely, potentially leading to a Denial of Service (DoS) by exhausting server resources.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the `html/template` component of Go (golang). Pathological inputs could prematurely close an unescaped forward slash ('/'), allowing an attacker to inject arbitrary content. This could lead to Cross-Site Scripting (XSS), where malicious scripts are executed in a user's browser, potentially compromising user data or actions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the `encoding/xml` package of Go. The `DecodeElement` function failed to correctly track recursion depth, which could lead to stack exhaustion. A remote attacker could exploit this vulnerability by providing a specially crafted XML input, resulting in a Denial of Service (DoS) for the affected application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in `net/url`, a component of `golang`. This vulnerability arises when resolving relative paths that contain numerous parent directory ('..') segments. A remote attacker could exploit this by providing a specially crafted path, leading to quadratic time complexity and excessive memory allocation. This can result in a Denial of Service (DoS) due to resource exhaustion.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the `crypto/tls` package, part of `golang`. A malicious client can exploit this vulnerability by continuously sending KeyUpdate messages to a server. This forces the server to perform indefinite key derivation operations, leading to resource exhaustion and a Denial of Service (DoS) condition.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@src | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Hardened Images:golang1-26-main@x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for Red Hat Hardened Images RPMs is now available.",
"title": "Topic"
},
{
"category": "general",
"text": "This update includes the following RPMs:\n\ngolang1.26:\n * golang1.26-1.26.6-0.1.hum1 (aarch64, x86_64)\n * golang1.26-bin-1.26.6-0.1.hum1 (aarch64, x86_64)\n * golang1.26-docs-1.26.6-0.1.hum1 (noarch)\n * golang1.26-misc-1.26.6-0.1.hum1 (noarch)\n * golang1.26-src-1.26.6-0.1.hum1 (noarch)\n * golang1.26-tests-1.26.6-0.1.hum1 (noarch)\n * golang1.26-1.26.6-0.1.hum1.src (src)",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:54835",
"url": "https://access.redhat.com/errata/RHSA-2026:54835"
},
{
"category": "external",
"summary": "https://images.redhat.com/",
"url": "https://images.redhat.com/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-56853",
"url": "https://access.redhat.com/security/cve/CVE-2026-56853"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-56860",
"url": "https://access.redhat.com/security/cve/CVE-2026-56860"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-56859",
"url": "https://access.redhat.com/security/cve/CVE-2026-56859"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33818",
"url": "https://access.redhat.com/security/cve/CVE-2026-33818"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-56862",
"url": "https://access.redhat.com/security/cve/CVE-2026-56862"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-56858",
"url": "https://access.redhat.com/security/cve/CVE-2026-56858"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_54835.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Hardened Images RPMs bug fix and enhancement update",
"tracking": {
"current_release_date": "2026-09-05T05:03:16+00:00",
"generator": {
"date": "2026-09-05T05:03:16+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:54835",
"initial_release_date": "2026-08-14T02:48:22+00:00",
"revision_history": [
{
"date": "2026-08-14T02:48:22+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-09-04T00:36:24+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-05T05:03:16+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Hardened Images",
"product": {
"name": "Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:hummingbird:1"
}
}
}
],
"category": "product_family",
"name": "Red Hat Hardened Images"
},
{
"branches": [
{
"category": "product_version",
"name": "golang1-26-main@aarch64",
"product": {
"name": "golang1-26-main@aarch64",
"product_id": "golang1-26-main@aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang1.26@1.26.6-0.1.hum1?arch=aarch64\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-aarch64-rpms"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "golang1-26-main@src",
"product": {
"name": "golang1-26-main@src",
"product_id": "golang1-26-main@src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang1.26@1.26.6-0.1.hum1?arch=src\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-source-rpms"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "golang1-26-main@x86_64",
"product": {
"name": "golang1-26-main@x86_64",
"product_id": "golang1-26-main@x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang1.26@1.26.6-0.1.hum1?arch=x86_64\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-x86_64-rpms"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "golang1-26-main@noarch",
"product": {
"name": "golang1-26-main@noarch",
"product_id": "golang1-26-main@noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang1.26-docs@1.26.6-0.1.hum1?arch=noarch\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-x86_64-rpms"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "golang1-26-main@aarch64 as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:golang1-26-main@aarch64"
},
"product_reference": "golang1-26-main@aarch64",
"relates_to_product_reference": "Red Hat Hardened Images"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang1-26-main@noarch as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:golang1-26-main@noarch"
},
"product_reference": "golang1-26-main@noarch",
"relates_to_product_reference": "Red Hat Hardened Images"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang1-26-main@src as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:golang1-26-main@src"
},
"product_reference": "golang1-26-main@src",
"relates_to_product_reference": "Red Hat Hardened Images"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang1-26-main@x86_64 as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:golang1-26-main@x86_64"
},
"product_reference": "golang1-26-main@x86_64",
"relates_to_product_reference": "Red Hat Hardened Images"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-33818",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"discovery_date": "2026-08-13T22:12:37.151735+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2515815"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `encoding/asn1` package in Go. An attacker could provide a specially crafted, deeply-nested Abstract Syntax Notation One (ASN.1) structure, leading to excessive recursion during the `Unmarshal` operation. This could result in stack exhaustion and a Denial of Service (DoS) condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "encoding/asn1: golang: Go encoding/asn1: Denial of Service via excessive recursion in Unmarshal",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service flaw in the Go encoding/asn1 package, as it can be triggered remotely without authentication. An attacker can provide a malformed ASN.1 structure, causing excessive recursion during unmarshalling and leading to stack exhaustion, which can render the service unavailable.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33818"
},
{
"category": "external",
"summary": "RHBZ#2515815",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515815"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33818",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33818"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33818",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33818"
},
{
"category": "external",
"summary": "https://go.dev/cl/814980",
"url": "https://go.dev/cl/814980"
},
{
"category": "external",
"summary": "https://go.dev/issue/80405",
"url": "https://go.dev/issue/80405"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/94pEornpRlI",
"url": "https://groups.google.com/g/golang-announce/c/94pEornpRlI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5972",
"url": "https://pkg.go.dev/vuln/GO-2026-5972"
}
],
"release_date": "2026-08-13T21:58:52.821000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-14T02:48:22+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:54835"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "encoding/asn1: golang: Go encoding/asn1: Denial of Service via excessive recursion in Unmarshal"
},
{
"cve": "CVE-2026-56853",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-08-13T22:14:53.561638+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2515827"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `net/http` component of the Go standard library. When a server is configured to support unencrypted HTTP/2, it reads initial bytes from new connections to detect the HTTP/2 client preface. However, the `ReadHeaderTimeout` is not correctly applied during this process. This oversight could allow a remote attacker to maintain open connections indefinitely, potentially leading to a Denial of Service (DoS) by exhausting server resources.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/http: golang: Go net/http: Unencrypted HTTP/2 connections vulnerable to Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Important: Unencrypted HTTP/2 servers are susceptible to a denial of service due to improper handling of ReadHeaderTimeout during the client preface reading phase. This can lead to resource exhaustion and service unavailability in affected Red Hat products configured to support unencrypted HTTP/2.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-56853"
},
{
"category": "external",
"summary": "RHBZ#2515827",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515827"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-56853",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-56853"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-56853",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-56853"
},
{
"category": "external",
"summary": "https://go.dev/cl/795540",
"url": "https://go.dev/cl/795540"
},
{
"category": "external",
"summary": "https://go.dev/issue/80205",
"url": "https://go.dev/issue/80205"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/94pEornpRlI",
"url": "https://groups.google.com/g/golang-announce/c/94pEornpRlI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-6089",
"url": "https://pkg.go.dev/vuln/GO-2026-6089"
}
],
"release_date": "2026-08-13T21:58:53.092000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-14T02:48:22+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:54835"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/http: golang: Go net/http: Unencrypted HTTP/2 connections vulnerable to Denial of Service"
},
{
"cve": "CVE-2026-56858",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-08-13T22:16:32.034590+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2515838"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `html/template` component of Go (golang). Pathological inputs could prematurely close an unescaped forward slash (\u0027/\u0027), allowing an attacker to inject arbitrary content. This could lead to Cross-Site Scripting (XSS), where malicious scripts are executed in a user\u0027s browser, potentially compromising user data or actions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "html/template: golang: Go html/template: Cross-Site Scripting via pathological input",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important cross-site scripting (XSS) vulnerability in the Go `html/template` package. Applications utilizing this package to render untrusted input are susceptible to arbitrary content injection due to a flaw in how pathological inputs are handled, potentially leading to client-side script execution.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-56858"
},
{
"category": "external",
"summary": "RHBZ#2515838",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515838"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-56858",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-56858"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-56858",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-56858"
},
{
"category": "external",
"summary": "https://go.dev/cl/807100",
"url": "https://go.dev/cl/807100"
},
{
"category": "external",
"summary": "https://go.dev/issue/80435",
"url": "https://go.dev/issue/80435"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/94pEornpRlI",
"url": "https://groups.google.com/g/golang-announce/c/94pEornpRlI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-6091",
"url": "https://pkg.go.dev/vuln/GO-2026-6091"
}
],
"release_date": "2026-08-13T21:58:53.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-14T02:48:22+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:54835"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "html/template: golang: Go html/template: Cross-Site Scripting via pathological input"
},
{
"cve": "CVE-2026-56859",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"discovery_date": "2026-08-13T22:16:52.493058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2515840"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `encoding/xml` package of Go. The `DecodeElement` function failed to correctly track recursion depth, which could lead to stack exhaustion. A remote attacker could exploit this vulnerability by providing a specially crafted XML input, resulting in a Denial of Service (DoS) for the affected application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "encoding/xml: golang: Go: Denial of Service via XML decoding recursion depth issue",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "An Important denial of service flaw affects applications utilizing the Go `encoding/xml` package. This vulnerability arises from an issue in XML decoding where a recursion depth counter fails to reset, potentially leading to stack exhaustion when processing malicious XML input.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-56859"
},
{
"category": "external",
"summary": "RHBZ#2515840",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515840"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-56859",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-56859"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-56859",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-56859"
},
{
"category": "external",
"summary": "https://go.dev/cl/803320",
"url": "https://go.dev/cl/803320"
},
{
"category": "external",
"summary": "https://go.dev/issue/80481",
"url": "https://go.dev/issue/80481"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/94pEornpRlI",
"url": "https://groups.google.com/g/golang-announce/c/94pEornpRlI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-6088",
"url": "https://pkg.go.dev/vuln/GO-2026-6088"
}
],
"release_date": "2026-08-13T21:58:52.959000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-14T02:48:22+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:54835"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "encoding/xml: golang: Go: Denial of Service via XML decoding recursion depth issue"
},
{
"cve": "CVE-2026-56860",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-08-13T22:13:18.319384+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2515820"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in `net/url`, a component of `golang`. This vulnerability arises when resolving relative paths that contain numerous parent directory (\u0027..\u0027) segments. A remote attacker could exploit this by providing a specially crafted path, leading to quadratic time complexity and excessive memory allocation. This can result in a Denial of Service (DoS) due to resource exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: golang: golang net/url: Denial of Service from quadratic complexity in path resolution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service flaw in the Go `net/url` package. Applications built with Go that process untrusted URLs containing parent directory segments (\u0027..\u0027) may be vulnerable to excessive resource consumption due to quadratic time complexity in path resolution. This can lead to a denial of service, impacting the availability of affected services.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-56860"
},
{
"category": "external",
"summary": "RHBZ#2515820",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515820"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-56860",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-56860"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-56860",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-56860"
},
{
"category": "external",
"summary": "https://go.dev/cl/803681",
"url": "https://go.dev/cl/803681"
},
{
"category": "external",
"summary": "https://go.dev/issue/80494",
"url": "https://go.dev/issue/80494"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/94pEornpRlI",
"url": "https://groups.google.com/g/golang-announce/c/94pEornpRlI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-6218",
"url": "https://pkg.go.dev/vuln/GO-2026-6218"
}
],
"release_date": "2026-08-13T21:58:53.731000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-14T02:48:22+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:54835"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: golang: golang net/url: Denial of Service from quadratic complexity in path resolution"
},
{
"cve": "CVE-2026-56862",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2026-08-13T22:16:41.928450+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2515839"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `crypto/tls` package, part of `golang`. A malicious client can exploit this vulnerability by continuously sending KeyUpdate messages to a server. This forces the server to perform indefinite key derivation operations, leading to resource exhaustion and a Denial of Service (DoS) condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: golang: Golang crypto/tls: Denial of Service via indefinite KeyUpdate messages",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in the `golang` `crypto/tls` package. A remote, unauthenticated attacker can exploit this flaw by continuously sending `KeyUpdate` messages during a TLS handshake, forcing the server to perform indefinite key derivation operations. This resource exhaustion can lead to a denial of service for applications and services in Red Hat products that use the affected `crypto/tls` library and are exposed to untrusted network clients.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-56862"
},
{
"category": "external",
"summary": "RHBZ#2515839",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515839"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-56862",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-56862"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-56862",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-56862"
},
{
"category": "external",
"summary": "https://go.dev/cl/804261",
"url": "https://go.dev/cl/804261"
},
{
"category": "external",
"summary": "https://go.dev/issue/80528",
"url": "https://go.dev/issue/80528"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/94pEornpRlI",
"url": "https://groups.google.com/g/golang-announce/c/94pEornpRlI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-6090",
"url": "https://pkg.go.dev/vuln/GO-2026-6090"
}
],
"release_date": "2026-08-13T21:58:53.216000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-14T02:48:22+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:54835"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:golang1-26-main@aarch64",
"Red Hat Hardened Images:golang1-26-main@noarch",
"Red Hat Hardened Images:golang1-26-main@src",
"Red Hat Hardened Images:golang1-26-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/tls: golang: Golang crypto/tls: Denial of Service via indefinite KeyUpdate messages"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.