Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-56859 (GCVE-0-2026-56859)
Vulnerability from cvelistv5 – Published: 2026-08-13 21:58 – Updated: 2026-08-14 15:21- CWE-770 - Allocation of Resources Without Limits or Throttling
| Vendor | Product | Version | CPE status | |
|---|---|---|---|---|
| Go standard library | encoding/xml |
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": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2026-56859",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-08-14T15:21:09.615961Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-770",
"description": "CWE-770 Allocation of Resources Without Limits or Throttling",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-08-14T15:21:46.218Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "encoding/xml",
"product": "encoding/xml",
"programRoutines": [
{
"name": "Decoder.push"
},
{
"name": "Decoder.pop"
},
{
"name": "Decoder.RawToken"
},
{
"name": "Decoder.unmarshalPath"
},
{
"name": "Decoder.unmarshal"
},
{
"name": "Decoder.Decode"
},
{
"name": "Decoder.DecodeElement"
},
{
"name": "Decoder.Skip"
},
{
"name": "Decoder.Token"
},
{
"name": "Unmarshal"
}
],
"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, DecodeElement would reset the depth counter causing it to never fire; this could lead to stack exhaustion."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-770: Allocation of Resources Without Limits or Throttling",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-08-13T21:58:52.959Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://go.dev/issue/80481"
},
{
"url": "https://go.dev/cl/803320"
},
{
"url": "https://groups.google.com/g/golang-announce/c/94pEornpRlI"
},
{
"url": "https://pkg.go.dev/vuln/GO-2026-6088"
}
],
"title": "Add recursion depth guard during decode in encoding/xml"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2026-56859",
"datePublished": "2026-08-13T21:58:52.959Z",
"dateReserved": "2026-06-23T15:10:49.353Z",
"dateUpdated": "2026-08-14T15:21:46.218Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-56859",
"date": "2026-09-04",
"epss": "0.00568",
"percentile": "0.449"
},
"microsoft_vex": {
"current_release_date": "2026-09-03T01:12:15.000Z",
"cve": "CVE-2026-56859",
"id": "msrc_CVE-2026-56859",
"initial_release_date": "2026-08-20T22:01:58.000Z",
"product_status:known_affected": "5",
"product_status:under_investigation": "1",
"source": "Microsoft CSAF VEX",
"status": "final",
"title": "Add recursion depth guard during decode in encoding/xml",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-56859.json",
"version": "2"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-56859\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2026-08-13T22:17:22.320\",\"lastModified\":\"2026-09-03T16:37:52.170\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Previously, DecodeElement would reset the depth counter causing it to never fire; this could lead to stack exhaustion.\"}],\"affected\":[{\"source\":\"security@golang.org\",\"affectedData\":[{\"vendor\":\"Go standard library\",\"product\":\"encoding/xml\",\"defaultStatus\":\"unaffected\",\"collectionURL\":\"https://pkg.go.dev\",\"packageName\":\"encoding/xml\",\"programRoutines\":[{\"name\":\"Decoder.push\"},{\"name\":\"Decoder.pop\"},{\"name\":\"Decoder.RawToken\"},{\"name\":\"Decoder.unmarshalPath\"},{\"name\":\"Decoder.unmarshal\"},{\"name\":\"Decoder.Decode\"},{\"name\":\"Decoder.DecodeElement\"},{\"name\":\"Decoder.Skip\"},{\"name\":\"Decoder.Token\"},{\"name\":\"Unmarshal\"}],\"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:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-08-14T15:21:09.615961Z\",\"id\":\"CVE-2026-56859\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"yes\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-770\"}]}],\"references\":[{\"url\":\"https://go.dev/cl/803320\",\"source\":\"security@golang.org\"},{\"url\":\"https://go.dev/issue/80481\",\"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-6088\",\"source\":\"security@golang.org\"}]}}",
"redhat_vex": {
"aggregate_severity": "Important",
"current_release_date": "2026-09-04T14:38:16+00:00",
"cve": "CVE-2026-56859",
"id": "CVE-2026-56859",
"initial_release_date": "2026-08-13T21:58:52.959000+00:00",
"product_status:fixed": "638",
"product_status:known_affected": "385",
"product_status:known_not_affected": "52",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "encoding/xml: golang: Go: Denial of Service via XML decoding recursion depth issue",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-56859.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "important",
"current_release_date": "2026-08-31T16:37:05Z",
"cve": "CVE-2026-56859",
"id": "CVE-2026-56859",
"initial_release_date": "2026-08-14T23:48:56Z",
"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-56859",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-56859.json",
"version": "6"
},
"vulnrichment": {
"containers": "{\"cna\": {\"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2026-08-13T21:58:52.959Z\"}, \"title\": \"Add recursion depth guard during decode in encoding/xml\", \"descriptions\": [{\"lang\": \"en\", \"value\": \"Previously, DecodeElement would reset the depth counter causing it to never fire; this could lead to stack exhaustion.\"}], \"affected\": [{\"vendor\": \"Go standard library\", \"product\": \"encoding/xml\", \"collectionURL\": \"https://pkg.go.dev\", \"packageName\": \"encoding/xml\", \"versions\": [{\"version\": \"0\", \"lessThan\": \"1.25.13\", \"status\": \"affected\", \"versionType\": \"semver\"}, {\"version\": \"1.26.0-0\", \"lessThan\": \"1.26.6\", \"status\": \"affected\", \"versionType\": \"semver\"}, {\"version\": \"1.27.0-0\", \"lessThan\": \"1.27.0-rc.3\", \"status\": \"affected\", \"versionType\": \"semver\"}], \"programRoutines\": [{\"name\": \"Decoder.push\"}, {\"name\": \"Decoder.pop\"}, {\"name\": \"Decoder.RawToken\"}, {\"name\": \"Decoder.unmarshalPath\"}, {\"name\": \"Decoder.unmarshal\"}, {\"name\": \"Decoder.Decode\"}, {\"name\": \"Decoder.DecodeElement\"}, {\"name\": \"Decoder.Skip\"}, {\"name\": \"Decoder.Token\"}, {\"name\": \"Unmarshal\"}], \"defaultStatus\": \"unaffected\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-770: Allocation of Resources Without Limits or Throttling\"}]}], \"references\": [{\"url\": \"https://go.dev/issue/80481\"}, {\"url\": \"https://go.dev/cl/803320\"}, {\"url\": \"https://groups.google.com/g/golang-announce/c/94pEornpRlI\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2026-6088\"}]}, \"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-56859\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-08-14T15:21:09.615961Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-770\", \"description\": \"CWE-770 Allocation of Resources Without Limits or Throttling\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-08-14T15:21:41.531Z\"}}]}",
"cveMetadata": "{\"cveId\": \"CVE-2026-56859\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"state\": \"PUBLISHED\", \"assignerShortName\": \"Go\", \"dateReserved\": \"2026-06-23T15:10:49.353Z\", \"datePublished\": \"2026-08-13T21:58:52.959Z\", \"dateUpdated\": \"2026-08-14T15:21:46.218Z\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2026:62405
Vulnerability from csaf_redhat - Published: 2026-09-02 06:37 - Updated: 2026-09-04 21:15A 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: AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-docs-0:1.26.7-1.el9_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-misc-0:1.26.7-1.el9_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-src-0:1.26.7-1.el9_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-tests-0:1.26.7-1.el9_4.noarch | — |
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: AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-docs-0:1.26.7-1.el9_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-misc-0:1.26.7-1.el9_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-src-0:1.26.7-1.el9_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-tests-0:1.26.7-1.el9_4.noarch | — |
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: AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-docs-0:1.26.7-1.el9_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-misc-0:1.26.7-1.el9_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-src-0:1.26.7-1.el9_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-tests-0:1.26.7-1.el9_4.noarch | — |
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: AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-docs-0:1.26.7-1.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-misc-0:1.26.7-1.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-src-0:1.26.7-1.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-tests-0:1.26.7-1.el9_4.noarch | — |
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: AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-docs-0:1.26.7-1.el9_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-misc-0:1.26.7-1.el9_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-src-0:1.26.7-1.el9_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-tests-0:1.26.7-1.el9_4.noarch | — |
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: AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-docs-0:1.26.7-1.el9_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-misc-0:1.26.7-1.el9_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-src-0:1.26.7-1.el9_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:golang-tests-0:1.26.7-1.el9_4.noarch | — |
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 golang is now available for Red Hat Enterprise Linux 9.4 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The golang packages provide the Go programming language compiler.\n\nSecurity Fix(es):\n\n* encoding/asn1: golang: Go encoding/asn1: Denial of Service via excessive recursion in Unmarshal (CVE-2026-33818)\n\n* net/url: golang: golang net/url: Denial of Service from quadratic complexity in path resolution (CVE-2026-56860)\n\n* net/http: golang: Go net/http: Unencrypted HTTP/2 connections vulnerable to Denial of Service (CVE-2026-56853)\n\n* html/template: golang: Go html/template: Cross-Site Scripting via pathological input (CVE-2026-56858)\n\n* crypto/tls: golang: Golang crypto/tls: Denial of Service via indefinite KeyUpdate messages (CVE-2026-56862)\n\n* encoding/xml: golang: Go: Denial of Service via XML decoding recursion depth issue (CVE-2026-56859)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:62405",
"url": "https://access.redhat.com/errata/RHSA-2026:62405"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2515815",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515815"
},
{
"category": "external",
"summary": "2515820",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515820"
},
{
"category": "external",
"summary": "2515827",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515827"
},
{
"category": "external",
"summary": "2515838",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515838"
},
{
"category": "external",
"summary": "2515839",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515839"
},
{
"category": "external",
"summary": "2515840",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515840"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_62405.json"
}
],
"title": "Red Hat Security Advisory: golang security update",
"tracking": {
"current_release_date": "2026-09-04T21:15:52+00:00",
"generator": {
"date": "2026-09-04T21:15:52+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:62405",
"initial_release_date": "2026-09-02T06:37:31+00:00",
"revision_history": [
{
"date": "2026-09-02T06:37:31+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-09-02T06:37:31+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-04T21:15:52+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.26.7-1.el9_4.aarch64",
"product": {
"name": "go-toolset-0:1.26.7-1.el9_4.aarch64",
"product_id": "go-toolset-0:1.26.7-1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.26.7-1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.26.7-1.el9_4.aarch64",
"product": {
"name": "golang-0:1.26.7-1.el9_4.aarch64",
"product_id": "golang-0:1.26.7-1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.26.7-1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.26.7-1.el9_4.aarch64",
"product": {
"name": "golang-bin-0:1.26.7-1.el9_4.aarch64",
"product_id": "golang-bin-0:1.26.7-1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.26.7-1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.26.7-1.el9_4.aarch64",
"product": {
"name": "golang-race-0:1.26.7-1.el9_4.aarch64",
"product_id": "golang-race-0:1.26.7-1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.26.7-1.el9_4?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.26.7-1.el9_4.ppc64le",
"product": {
"name": "go-toolset-0:1.26.7-1.el9_4.ppc64le",
"product_id": "go-toolset-0:1.26.7-1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.26.7-1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.26.7-1.el9_4.ppc64le",
"product": {
"name": "golang-0:1.26.7-1.el9_4.ppc64le",
"product_id": "golang-0:1.26.7-1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.26.7-1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.26.7-1.el9_4.ppc64le",
"product": {
"name": "golang-bin-0:1.26.7-1.el9_4.ppc64le",
"product_id": "golang-bin-0:1.26.7-1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.26.7-1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.26.7-1.el9_4.ppc64le",
"product": {
"name": "golang-race-0:1.26.7-1.el9_4.ppc64le",
"product_id": "golang-race-0:1.26.7-1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.26.7-1.el9_4?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.26.7-1.el9_4.x86_64",
"product": {
"name": "go-toolset-0:1.26.7-1.el9_4.x86_64",
"product_id": "go-toolset-0:1.26.7-1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.26.7-1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.26.7-1.el9_4.x86_64",
"product": {
"name": "golang-0:1.26.7-1.el9_4.x86_64",
"product_id": "golang-0:1.26.7-1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.26.7-1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.26.7-1.el9_4.x86_64",
"product": {
"name": "golang-bin-0:1.26.7-1.el9_4.x86_64",
"product_id": "golang-bin-0:1.26.7-1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.26.7-1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.26.7-1.el9_4.x86_64",
"product": {
"name": "golang-race-0:1.26.7-1.el9_4.x86_64",
"product_id": "golang-race-0:1.26.7-1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.26.7-1.el9_4?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.26.7-1.el9_4.s390x",
"product": {
"name": "go-toolset-0:1.26.7-1.el9_4.s390x",
"product_id": "go-toolset-0:1.26.7-1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.26.7-1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.26.7-1.el9_4.s390x",
"product": {
"name": "golang-0:1.26.7-1.el9_4.s390x",
"product_id": "golang-0:1.26.7-1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.26.7-1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.26.7-1.el9_4.s390x",
"product": {
"name": "golang-bin-0:1.26.7-1.el9_4.s390x",
"product_id": "golang-bin-0:1.26.7-1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.26.7-1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.26.7-1.el9_4.s390x",
"product": {
"name": "golang-race-0:1.26.7-1.el9_4.s390x",
"product_id": "golang-race-0:1.26.7-1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.26.7-1.el9_4?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.26.7-1.el9_4.src",
"product": {
"name": "golang-0:1.26.7-1.el9_4.src",
"product_id": "golang-0:1.26.7-1.el9_4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.26.7-1.el9_4?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-0:1.26.7-1.el9_4.noarch",
"product": {
"name": "golang-docs-0:1.26.7-1.el9_4.noarch",
"product_id": "golang-docs-0:1.26.7-1.el9_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.26.7-1.el9_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.26.7-1.el9_4.noarch",
"product": {
"name": "golang-misc-0:1.26.7-1.el9_4.noarch",
"product_id": "golang-misc-0:1.26.7-1.el9_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.26.7-1.el9_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.26.7-1.el9_4.noarch",
"product": {
"name": "golang-src-0:1.26.7-1.el9_4.noarch",
"product_id": "golang-src-0:1.26.7-1.el9_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.26.7-1.el9_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.26.7-1.el9_4.noarch",
"product": {
"name": "golang-tests-0:1.26.7-1.el9_4.noarch",
"product_id": "golang-tests-0:1.26.7-1.el9_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.26.7-1.el9_4?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.26.7-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.aarch64"
},
"product_reference": "go-toolset-0:1.26.7-1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.26.7-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.ppc64le"
},
"product_reference": "go-toolset-0:1.26.7-1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.26.7-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.s390x"
},
"product_reference": "go-toolset-0:1.26.7-1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.26.7-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.x86_64"
},
"product_reference": "go-toolset-0:1.26.7-1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.26.7-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.aarch64"
},
"product_reference": "golang-0:1.26.7-1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.26.7-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.ppc64le"
},
"product_reference": "golang-0:1.26.7-1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.26.7-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.s390x"
},
"product_reference": "golang-0:1.26.7-1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.26.7-1.el9_4.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.src"
},
"product_reference": "golang-0:1.26.7-1.el9_4.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.26.7-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.x86_64"
},
"product_reference": "golang-0:1.26.7-1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.26.7-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.aarch64"
},
"product_reference": "golang-bin-0:1.26.7-1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.26.7-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.ppc64le"
},
"product_reference": "golang-bin-0:1.26.7-1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.26.7-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.s390x"
},
"product_reference": "golang-bin-0:1.26.7-1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.26.7-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.x86_64"
},
"product_reference": "golang-bin-0:1.26.7-1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.26.7-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:golang-docs-0:1.26.7-1.el9_4.noarch"
},
"product_reference": "golang-docs-0:1.26.7-1.el9_4.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.26.7-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:golang-misc-0:1.26.7-1.el9_4.noarch"
},
"product_reference": "golang-misc-0:1.26.7-1.el9_4.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.26.7-1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.aarch64"
},
"product_reference": "golang-race-0:1.26.7-1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.26.7-1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.ppc64le"
},
"product_reference": "golang-race-0:1.26.7-1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.26.7-1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.s390x"
},
"product_reference": "golang-race-0:1.26.7-1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.26.7-1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.x86_64"
},
"product_reference": "golang-race-0:1.26.7-1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.26.7-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:golang-src-0:1.26.7-1.el9_4.noarch"
},
"product_reference": "golang-src-0:1.26.7-1.el9_4.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.26.7-1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:golang-tests-0:1.26.7-1.el9_4.noarch"
},
"product_reference": "golang-tests-0:1.26.7-1.el9_4.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
}
]
},
"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": [
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.src",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-docs-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-misc-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-src-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-tests-0:1.26.7-1.el9_4.noarch"
]
},
"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-09-02T06:37:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.src",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-docs-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-misc-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-src-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-tests-0:1.26.7-1.el9_4.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62405"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.src",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-docs-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-misc-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-src-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-tests-0:1.26.7-1.el9_4.noarch"
]
}
],
"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": [
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.src",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-docs-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-misc-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-src-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-tests-0:1.26.7-1.el9_4.noarch"
]
},
"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-09-02T06:37:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.src",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-docs-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-misc-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-src-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-tests-0:1.26.7-1.el9_4.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62405"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.src",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-docs-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-misc-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-src-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-tests-0:1.26.7-1.el9_4.noarch"
]
}
],
"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": [
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.src",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-docs-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-misc-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-src-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-tests-0:1.26.7-1.el9_4.noarch"
]
},
"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-09-02T06:37:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.src",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-docs-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-misc-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-src-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-tests-0:1.26.7-1.el9_4.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62405"
}
],
"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": [
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.src",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-docs-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-misc-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-src-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-tests-0:1.26.7-1.el9_4.noarch"
]
}
],
"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": [
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.src",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-docs-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-misc-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-src-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-tests-0:1.26.7-1.el9_4.noarch"
]
},
"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-09-02T06:37:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.src",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-docs-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-misc-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-src-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-tests-0:1.26.7-1.el9_4.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62405"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.src",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-docs-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-misc-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-src-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-tests-0:1.26.7-1.el9_4.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.src",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-docs-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-misc-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-src-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-tests-0:1.26.7-1.el9_4.noarch"
]
}
],
"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": [
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.src",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-docs-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-misc-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-src-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-tests-0:1.26.7-1.el9_4.noarch"
]
},
"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-09-02T06:37:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.src",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-docs-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-misc-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-src-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-tests-0:1.26.7-1.el9_4.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62405"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.src",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-docs-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-misc-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-src-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-tests-0:1.26.7-1.el9_4.noarch"
]
}
],
"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": [
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.src",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-docs-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-misc-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-src-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-tests-0:1.26.7-1.el9_4.noarch"
]
},
"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-09-02T06:37:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.src",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-docs-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-misc-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-src-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-tests-0:1.26.7-1.el9_4.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62405"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:go-toolset-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.src",
"AppStream-9.4.0.Z.E4S:golang-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-bin-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-docs-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-misc-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.aarch64",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.ppc64le",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.s390x",
"AppStream-9.4.0.Z.E4S:golang-race-0:1.26.7-1.el9_4.x86_64",
"AppStream-9.4.0.Z.E4S:golang-src-0:1.26.7-1.el9_4.noarch",
"AppStream-9.4.0.Z.E4S:golang-tests-0:1.26.7-1.el9_4.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/tls: golang: Golang crypto/tls: Denial of Service via indefinite KeyUpdate messages"
}
]
}
RHSA-2026:62406
Vulnerability from csaf_redhat - Published: 2026-09-02 07:35 - Updated: 2026-09-04 21:15A 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: AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the `net/mail` package of the Go programming language. An attacker could provide specially crafted inputs to the `ParseAddress`, `ParseAddressList`, or `ParseDate` functions. This could lead to excessive consumption of CPU and memory resources, resulting in a Denial of Service (DoS) for applications processing these inputs.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the `net/mail` package within the Go standard library. A remote attacker could provide specially crafted, pathological email addresses. When these malformed email addresses are parsed by the `consumePhrase` function, it can lead to excessive resource consumption due to quadratic string concatenation, resulting in a Denial of Service (DoS) condition.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
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: AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.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: AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.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: AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.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: AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.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: AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.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 grafana is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, InfluxDB \u0026 OpenTSDB. \n\nSecurity Fix(es):\n\n* net/mail: golang: net/mail: Denial of Service via pathological email address parsing (CVE-2026-42499)\n\n* net/mail: golang: Go net/mail: Denial of Service via crafted email inputs (CVE-2026-39820)\n\n* encoding/asn1: golang: Go encoding/asn1: Denial of Service via excessive recursion in Unmarshal (CVE-2026-33818)\n\n* net/url: golang: golang net/url: Denial of Service from quadratic complexity in path resolution (CVE-2026-56860)\n\n* net/http: golang: Go net/http: Unencrypted HTTP/2 connections vulnerable to Denial of Service (CVE-2026-56853)\n\n* html/template: golang: Go html/template: Cross-Site Scripting via pathological input (CVE-2026-56858)\n\n* crypto/tls: golang: Golang crypto/tls: Denial of Service via indefinite KeyUpdate messages (CVE-2026-56862)\n\n* encoding/xml: golang: Go: Denial of Service via XML decoding recursion depth issue (CVE-2026-56859)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:62406",
"url": "https://access.redhat.com/errata/RHSA-2026:62406"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2467809",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467809"
},
{
"category": "external",
"summary": "2467820",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467820"
},
{
"category": "external",
"summary": "2515815",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515815"
},
{
"category": "external",
"summary": "2515820",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515820"
},
{
"category": "external",
"summary": "2515827",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515827"
},
{
"category": "external",
"summary": "2515838",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515838"
},
{
"category": "external",
"summary": "2515839",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515839"
},
{
"category": "external",
"summary": "2515840",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515840"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_62406.json"
}
],
"title": "Red Hat Security Advisory: grafana security update",
"tracking": {
"current_release_date": "2026-09-04T21:15:52+00:00",
"generator": {
"date": "2026-09-04T21:15:52+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:62406",
"initial_release_date": "2026-09-02T07:35:12+00:00",
"revision_history": [
{
"date": "2026-09-02T07:35:12+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-09-02T07:35:12+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-04T21:15:52+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-23.el9_8.3.src",
"product": {
"name": "grafana-0:10.2.6-23.el9_8.3.src",
"product_id": "grafana-0:10.2.6-23.el9_8.3.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-23.el9_8.3?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-23.el9_8.3.aarch64",
"product": {
"name": "grafana-0:10.2.6-23.el9_8.3.aarch64",
"product_id": "grafana-0:10.2.6-23.el9_8.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-23.el9_8.3?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:10.2.6-23.el9_8.3.aarch64",
"product": {
"name": "grafana-selinux-0:10.2.6-23.el9_8.3.aarch64",
"product_id": "grafana-selinux-0:10.2.6-23.el9_8.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@10.2.6-23.el9_8.3?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:10.2.6-23.el9_8.3.aarch64",
"product": {
"name": "grafana-debugsource-0:10.2.6-23.el9_8.3.aarch64",
"product_id": "grafana-debugsource-0:10.2.6-23.el9_8.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@10.2.6-23.el9_8.3?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:10.2.6-23.el9_8.3.aarch64",
"product": {
"name": "grafana-debuginfo-0:10.2.6-23.el9_8.3.aarch64",
"product_id": "grafana-debuginfo-0:10.2.6-23.el9_8.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@10.2.6-23.el9_8.3?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-23.el9_8.3.ppc64le",
"product": {
"name": "grafana-0:10.2.6-23.el9_8.3.ppc64le",
"product_id": "grafana-0:10.2.6-23.el9_8.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-23.el9_8.3?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:10.2.6-23.el9_8.3.ppc64le",
"product": {
"name": "grafana-selinux-0:10.2.6-23.el9_8.3.ppc64le",
"product_id": "grafana-selinux-0:10.2.6-23.el9_8.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@10.2.6-23.el9_8.3?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:10.2.6-23.el9_8.3.ppc64le",
"product": {
"name": "grafana-debugsource-0:10.2.6-23.el9_8.3.ppc64le",
"product_id": "grafana-debugsource-0:10.2.6-23.el9_8.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@10.2.6-23.el9_8.3?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:10.2.6-23.el9_8.3.ppc64le",
"product": {
"name": "grafana-debuginfo-0:10.2.6-23.el9_8.3.ppc64le",
"product_id": "grafana-debuginfo-0:10.2.6-23.el9_8.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@10.2.6-23.el9_8.3?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-23.el9_8.3.s390x",
"product": {
"name": "grafana-0:10.2.6-23.el9_8.3.s390x",
"product_id": "grafana-0:10.2.6-23.el9_8.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-23.el9_8.3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:10.2.6-23.el9_8.3.s390x",
"product": {
"name": "grafana-selinux-0:10.2.6-23.el9_8.3.s390x",
"product_id": "grafana-selinux-0:10.2.6-23.el9_8.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@10.2.6-23.el9_8.3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:10.2.6-23.el9_8.3.s390x",
"product": {
"name": "grafana-debugsource-0:10.2.6-23.el9_8.3.s390x",
"product_id": "grafana-debugsource-0:10.2.6-23.el9_8.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@10.2.6-23.el9_8.3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:10.2.6-23.el9_8.3.s390x",
"product": {
"name": "grafana-debuginfo-0:10.2.6-23.el9_8.3.s390x",
"product_id": "grafana-debuginfo-0:10.2.6-23.el9_8.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@10.2.6-23.el9_8.3?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-23.el9_8.3.x86_64",
"product": {
"name": "grafana-0:10.2.6-23.el9_8.3.x86_64",
"product_id": "grafana-0:10.2.6-23.el9_8.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-23.el9_8.3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:10.2.6-23.el9_8.3.x86_64",
"product": {
"name": "grafana-selinux-0:10.2.6-23.el9_8.3.x86_64",
"product_id": "grafana-selinux-0:10.2.6-23.el9_8.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@10.2.6-23.el9_8.3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:10.2.6-23.el9_8.3.x86_64",
"product": {
"name": "grafana-debugsource-0:10.2.6-23.el9_8.3.x86_64",
"product_id": "grafana-debugsource-0:10.2.6-23.el9_8.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@10.2.6-23.el9_8.3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:10.2.6-23.el9_8.3.x86_64",
"product": {
"name": "grafana-debuginfo-0:10.2.6-23.el9_8.3.x86_64",
"product_id": "grafana-debuginfo-0:10.2.6-23.el9_8.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@10.2.6-23.el9_8.3?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-23.el9_8.3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.aarch64"
},
"product_reference": "grafana-0:10.2.6-23.el9_8.3.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-23.el9_8.3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.ppc64le"
},
"product_reference": "grafana-0:10.2.6-23.el9_8.3.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-23.el9_8.3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.s390x"
},
"product_reference": "grafana-0:10.2.6-23.el9_8.3.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-23.el9_8.3.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.src"
},
"product_reference": "grafana-0:10.2.6-23.el9_8.3.src",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-23.el9_8.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.x86_64"
},
"product_reference": "grafana-0:10.2.6-23.el9_8.3.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:10.2.6-23.el9_8.3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.aarch64"
},
"product_reference": "grafana-debuginfo-0:10.2.6-23.el9_8.3.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:10.2.6-23.el9_8.3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.ppc64le"
},
"product_reference": "grafana-debuginfo-0:10.2.6-23.el9_8.3.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:10.2.6-23.el9_8.3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.s390x"
},
"product_reference": "grafana-debuginfo-0:10.2.6-23.el9_8.3.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:10.2.6-23.el9_8.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.x86_64"
},
"product_reference": "grafana-debuginfo-0:10.2.6-23.el9_8.3.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:10.2.6-23.el9_8.3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.aarch64"
},
"product_reference": "grafana-debugsource-0:10.2.6-23.el9_8.3.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:10.2.6-23.el9_8.3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.ppc64le"
},
"product_reference": "grafana-debugsource-0:10.2.6-23.el9_8.3.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:10.2.6-23.el9_8.3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.s390x"
},
"product_reference": "grafana-debugsource-0:10.2.6-23.el9_8.3.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:10.2.6-23.el9_8.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.x86_64"
},
"product_reference": "grafana-debugsource-0:10.2.6-23.el9_8.3.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:10.2.6-23.el9_8.3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.aarch64"
},
"product_reference": "grafana-selinux-0:10.2.6-23.el9_8.3.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:10.2.6-23.el9_8.3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.ppc64le"
},
"product_reference": "grafana-selinux-0:10.2.6-23.el9_8.3.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:10.2.6-23.el9_8.3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.s390x"
},
"product_reference": "grafana-selinux-0:10.2.6-23.el9_8.3.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:10.2.6-23.el9_8.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.x86_64"
},
"product_reference": "grafana-selinux-0:10.2.6-23.el9_8.3.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
}
]
},
"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": [
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.src",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.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-09-02T07:35:12+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.src",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62406"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.src",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.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-39820",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2026-05-07T20:01:27.800929+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467820"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `net/mail` package of the Go programming language. An attacker could provide specially crafted inputs to the `ParseAddress`, `ParseAddressList`, or `ParseDate` functions. This could lead to excessive consumption of CPU and memory resources, resulting in a Denial of Service (DoS) for applications processing these inputs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/mail: golang: Go net/mail: Denial of Service via crafted email inputs",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in the Go `net/mail` package. Applications processing untrusted email inputs via `ParseAddress`, `ParseAddressList`, or `ParseDate` functions are susceptible to excessive resource consumption, which can lead to service unavailability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.src",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39820"
},
{
"category": "external",
"summary": "RHBZ#2467820",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467820"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39820",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39820"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39820",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39820"
},
{
"category": "external",
"summary": "https://go.dev/cl/759940",
"url": "https://go.dev/cl/759940"
},
{
"category": "external",
"summary": "https://go.dev/issue/78566",
"url": "https://go.dev/issue/78566"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M",
"url": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4986",
"url": "https://pkg.go.dev/vuln/GO-2026-4986"
}
],
"release_date": "2026-05-07T19:41:19.854000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-02T07:35:12+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.src",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62406"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.src",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.src",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/mail: golang: Go net/mail: Denial of Service via crafted email inputs"
},
{
"cve": "CVE-2026-42499",
"cwe": {
"id": "CWE-1046",
"name": "Creation of Immutable Text Using String Concatenation"
},
"discovery_date": "2026-05-07T20:00:51.685602+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467809"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `net/mail` package within the Go standard library. A remote attacker could provide specially crafted, pathological email addresses. When these malformed email addresses are parsed by the `consumePhrase` function, it can lead to excessive resource consumption due to quadratic string concatenation, resulting in a Denial of Service (DoS) condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/mail: golang: net/mail: Denial of Service via pathological email address parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in the `net/mail` package of the Go standard library. A remote attacker can exploit this flaw by sending specially crafted email addresses, leading to excessive resource consumption and a denial of service in Go applications that parse email addresses using the affected library.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.src",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42499"
},
{
"category": "external",
"summary": "RHBZ#2467809",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467809"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42499",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42499"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42499",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42499"
},
{
"category": "external",
"summary": "https://go.dev/cl/771520",
"url": "https://go.dev/cl/771520"
},
{
"category": "external",
"summary": "https://go.dev/issue/78987",
"url": "https://go.dev/issue/78987"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M",
"url": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4977",
"url": "https://pkg.go.dev/vuln/GO-2026-4977"
}
],
"release_date": "2026-05-07T19:41:18.615000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-02T07:35:12+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.src",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62406"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.src",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.src",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/mail: golang: net/mail: Denial of Service via pathological email address parsing"
},
{
"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": [
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.src",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.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-09-02T07:35:12+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.src",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62406"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.src",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.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": [
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.src",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.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-09-02T07:35:12+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.src",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62406"
}
],
"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": [
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.src",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.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": [
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.src",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.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-09-02T07:35:12+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.src",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62406"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.src",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.src",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.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": [
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.src",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.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-09-02T07:35:12+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.src",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62406"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.src",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.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": [
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.src",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.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-09-02T07:35:12+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.src",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62406"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.src",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debuginfo-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-debugsource-0:10.2.6-23.el9_8.3.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:grafana-selinux-0:10.2.6-23.el9_8.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/tls: golang: Golang crypto/tls: Denial of Service via indefinite KeyUpdate messages"
}
]
}
RHSA-2026:62407
Vulnerability from csaf_redhat - Published: 2026-09-02 07:14 - Updated: 2026-09-04 21:15A 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: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the `net/mail` package of the Go programming language. An attacker could provide specially crafted inputs to the `ParseAddress`, `ParseAddressList`, or `ParseDate` functions. This could lead to excessive consumption of CPU and memory resources, resulting in a Denial of Service (DoS) for applications processing these inputs.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the `net/mail` package within the Go standard library. A remote attacker could provide specially crafted, pathological email addresses. When these malformed email addresses are parsed by the `consumePhrase` function, it can lead to excessive resource consumption due to quadratic string concatenation, resulting in a Denial of Service (DoS) condition.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
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: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.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: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.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: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.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: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.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: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.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 grafana is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, InfluxDB \u0026 OpenTSDB. \n\nSecurity Fix(es):\n\n* net/mail: golang: net/mail: Denial of Service via pathological email address parsing (CVE-2026-42499)\n\n* net/mail: golang: Go net/mail: Denial of Service via crafted email inputs (CVE-2026-39820)\n\n* encoding/asn1: golang: Go encoding/asn1: Denial of Service via excessive recursion in Unmarshal (CVE-2026-33818)\n\n* net/url: golang: golang net/url: Denial of Service from quadratic complexity in path resolution (CVE-2026-56860)\n\n* net/http: golang: Go net/http: Unencrypted HTTP/2 connections vulnerable to Denial of Service (CVE-2026-56853)\n\n* html/template: golang: Go html/template: Cross-Site Scripting via pathological input (CVE-2026-56858)\n\n* crypto/tls: golang: Golang crypto/tls: Denial of Service via indefinite KeyUpdate messages (CVE-2026-56862)\n\n* encoding/xml: golang: Go: Denial of Service via XML decoding recursion depth issue (CVE-2026-56859)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:62407",
"url": "https://access.redhat.com/errata/RHSA-2026:62407"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2467809",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467809"
},
{
"category": "external",
"summary": "2467820",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467820"
},
{
"category": "external",
"summary": "2515815",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515815"
},
{
"category": "external",
"summary": "2515820",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515820"
},
{
"category": "external",
"summary": "2515827",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515827"
},
{
"category": "external",
"summary": "2515838",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515838"
},
{
"category": "external",
"summary": "2515839",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515839"
},
{
"category": "external",
"summary": "2515840",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515840"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_62407.json"
}
],
"title": "Red Hat Security Advisory: grafana security update",
"tracking": {
"current_release_date": "2026-09-04T21:15:54+00:00",
"generator": {
"date": "2026-09-04T21:15:54+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:62407",
"initial_release_date": "2026-09-02T07:14:57+00:00",
"revision_history": [
{
"date": "2026-09-02T07:14:57+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-09-02T07:14:57+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-04T21:15:54+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:9.2.10-33.el8_10.src",
"product": {
"name": "grafana-0:9.2.10-33.el8_10.src",
"product_id": "grafana-0:9.2.10-33.el8_10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@9.2.10-33.el8_10?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:9.2.10-33.el8_10.aarch64",
"product": {
"name": "grafana-0:9.2.10-33.el8_10.aarch64",
"product_id": "grafana-0:9.2.10-33.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@9.2.10-33.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:9.2.10-33.el8_10.aarch64",
"product": {
"name": "grafana-selinux-0:9.2.10-33.el8_10.aarch64",
"product_id": "grafana-selinux-0:9.2.10-33.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@9.2.10-33.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:9.2.10-33.el8_10.aarch64",
"product": {
"name": "grafana-debugsource-0:9.2.10-33.el8_10.aarch64",
"product_id": "grafana-debugsource-0:9.2.10-33.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@9.2.10-33.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:9.2.10-33.el8_10.aarch64",
"product": {
"name": "grafana-debuginfo-0:9.2.10-33.el8_10.aarch64",
"product_id": "grafana-debuginfo-0:9.2.10-33.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@9.2.10-33.el8_10?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:9.2.10-33.el8_10.ppc64le",
"product": {
"name": "grafana-0:9.2.10-33.el8_10.ppc64le",
"product_id": "grafana-0:9.2.10-33.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@9.2.10-33.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:9.2.10-33.el8_10.ppc64le",
"product": {
"name": "grafana-selinux-0:9.2.10-33.el8_10.ppc64le",
"product_id": "grafana-selinux-0:9.2.10-33.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@9.2.10-33.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:9.2.10-33.el8_10.ppc64le",
"product": {
"name": "grafana-debugsource-0:9.2.10-33.el8_10.ppc64le",
"product_id": "grafana-debugsource-0:9.2.10-33.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@9.2.10-33.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:9.2.10-33.el8_10.ppc64le",
"product": {
"name": "grafana-debuginfo-0:9.2.10-33.el8_10.ppc64le",
"product_id": "grafana-debuginfo-0:9.2.10-33.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@9.2.10-33.el8_10?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:9.2.10-33.el8_10.x86_64",
"product": {
"name": "grafana-0:9.2.10-33.el8_10.x86_64",
"product_id": "grafana-0:9.2.10-33.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@9.2.10-33.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:9.2.10-33.el8_10.x86_64",
"product": {
"name": "grafana-selinux-0:9.2.10-33.el8_10.x86_64",
"product_id": "grafana-selinux-0:9.2.10-33.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@9.2.10-33.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:9.2.10-33.el8_10.x86_64",
"product": {
"name": "grafana-debugsource-0:9.2.10-33.el8_10.x86_64",
"product_id": "grafana-debugsource-0:9.2.10-33.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@9.2.10-33.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:9.2.10-33.el8_10.x86_64",
"product": {
"name": "grafana-debuginfo-0:9.2.10-33.el8_10.x86_64",
"product_id": "grafana-debuginfo-0:9.2.10-33.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@9.2.10-33.el8_10?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:9.2.10-33.el8_10.s390x",
"product": {
"name": "grafana-0:9.2.10-33.el8_10.s390x",
"product_id": "grafana-0:9.2.10-33.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@9.2.10-33.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:9.2.10-33.el8_10.s390x",
"product": {
"name": "grafana-selinux-0:9.2.10-33.el8_10.s390x",
"product_id": "grafana-selinux-0:9.2.10-33.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@9.2.10-33.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:9.2.10-33.el8_10.s390x",
"product": {
"name": "grafana-debugsource-0:9.2.10-33.el8_10.s390x",
"product_id": "grafana-debugsource-0:9.2.10-33.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@9.2.10-33.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:9.2.10-33.el8_10.s390x",
"product": {
"name": "grafana-debuginfo-0:9.2.10-33.el8_10.s390x",
"product_id": "grafana-debuginfo-0:9.2.10-33.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@9.2.10-33.el8_10?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:9.2.10-33.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.aarch64"
},
"product_reference": "grafana-0:9.2.10-33.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:9.2.10-33.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.ppc64le"
},
"product_reference": "grafana-0:9.2.10-33.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:9.2.10-33.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.s390x"
},
"product_reference": "grafana-0:9.2.10-33.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:9.2.10-33.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.src"
},
"product_reference": "grafana-0:9.2.10-33.el8_10.src",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:9.2.10-33.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.x86_64"
},
"product_reference": "grafana-0:9.2.10-33.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:9.2.10-33.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.aarch64"
},
"product_reference": "grafana-debuginfo-0:9.2.10-33.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:9.2.10-33.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.ppc64le"
},
"product_reference": "grafana-debuginfo-0:9.2.10-33.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:9.2.10-33.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.s390x"
},
"product_reference": "grafana-debuginfo-0:9.2.10-33.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:9.2.10-33.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.x86_64"
},
"product_reference": "grafana-debuginfo-0:9.2.10-33.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:9.2.10-33.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.aarch64"
},
"product_reference": "grafana-debugsource-0:9.2.10-33.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:9.2.10-33.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.ppc64le"
},
"product_reference": "grafana-debugsource-0:9.2.10-33.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:9.2.10-33.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.s390x"
},
"product_reference": "grafana-debugsource-0:9.2.10-33.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:9.2.10-33.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.x86_64"
},
"product_reference": "grafana-debugsource-0:9.2.10-33.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:9.2.10-33.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.aarch64"
},
"product_reference": "grafana-selinux-0:9.2.10-33.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:9.2.10-33.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.ppc64le"
},
"product_reference": "grafana-selinux-0:9.2.10-33.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:9.2.10-33.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.s390x"
},
"product_reference": "grafana-selinux-0:9.2.10-33.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:9.2.10-33.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.x86_64"
},
"product_reference": "grafana-selinux-0:9.2.10-33.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
}
]
},
"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": [
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.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-09-02T07:14:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62407"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.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-39820",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2026-05-07T20:01:27.800929+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467820"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `net/mail` package of the Go programming language. An attacker could provide specially crafted inputs to the `ParseAddress`, `ParseAddressList`, or `ParseDate` functions. This could lead to excessive consumption of CPU and memory resources, resulting in a Denial of Service (DoS) for applications processing these inputs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/mail: golang: Go net/mail: Denial of Service via crafted email inputs",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in the Go `net/mail` package. Applications processing untrusted email inputs via `ParseAddress`, `ParseAddressList`, or `ParseDate` functions are susceptible to excessive resource consumption, which can lead to service unavailability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39820"
},
{
"category": "external",
"summary": "RHBZ#2467820",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467820"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39820",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39820"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39820",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39820"
},
{
"category": "external",
"summary": "https://go.dev/cl/759940",
"url": "https://go.dev/cl/759940"
},
{
"category": "external",
"summary": "https://go.dev/issue/78566",
"url": "https://go.dev/issue/78566"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M",
"url": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4986",
"url": "https://pkg.go.dev/vuln/GO-2026-4986"
}
],
"release_date": "2026-05-07T19:41:19.854000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-02T07:14:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62407"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/mail: golang: Go net/mail: Denial of Service via crafted email inputs"
},
{
"cve": "CVE-2026-42499",
"cwe": {
"id": "CWE-1046",
"name": "Creation of Immutable Text Using String Concatenation"
},
"discovery_date": "2026-05-07T20:00:51.685602+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467809"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `net/mail` package within the Go standard library. A remote attacker could provide specially crafted, pathological email addresses. When these malformed email addresses are parsed by the `consumePhrase` function, it can lead to excessive resource consumption due to quadratic string concatenation, resulting in a Denial of Service (DoS) condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/mail: golang: net/mail: Denial of Service via pathological email address parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in the `net/mail` package of the Go standard library. A remote attacker can exploit this flaw by sending specially crafted email addresses, leading to excessive resource consumption and a denial of service in Go applications that parse email addresses using the affected library.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42499"
},
{
"category": "external",
"summary": "RHBZ#2467809",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467809"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42499",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42499"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42499",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42499"
},
{
"category": "external",
"summary": "https://go.dev/cl/771520",
"url": "https://go.dev/cl/771520"
},
{
"category": "external",
"summary": "https://go.dev/issue/78987",
"url": "https://go.dev/issue/78987"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M",
"url": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4977",
"url": "https://pkg.go.dev/vuln/GO-2026-4977"
}
],
"release_date": "2026-05-07T19:41:18.615000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-02T07:14:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62407"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/mail: golang: net/mail: Denial of Service via pathological email address parsing"
},
{
"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": [
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.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-09-02T07:14:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62407"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.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": [
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.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-09-02T07:14:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62407"
}
],
"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": [
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.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": [
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.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-09-02T07:14:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62407"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.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": [
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.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-09-02T07:14:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62407"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.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": [
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.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-09-02T07:14:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62407"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debuginfo-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-debugsource-0:9.2.10-33.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:grafana-selinux-0:9.2.10-33.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/tls: golang: Golang crypto/tls: Denial of Service via indefinite KeyUpdate messages"
}
]
}
RHSA-2026:62602
Vulnerability from csaf_redhat - Published: 2026-09-02 12:25 - Updated: 2026-09-04 21:15A 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: AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-docs-0:1.26.7-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-misc-0:1.26.7-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-src-0:1.26.7-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-tests-0:1.26.7-1.el9_2.noarch | — |
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: AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-docs-0:1.26.7-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-misc-0:1.26.7-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-src-0:1.26.7-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-tests-0:1.26.7-1.el9_2.noarch | — |
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: AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-docs-0:1.26.7-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-misc-0:1.26.7-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-src-0:1.26.7-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-tests-0:1.26.7-1.el9_2.noarch | — |
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: AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-docs-0:1.26.7-1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-misc-0:1.26.7-1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-src-0:1.26.7-1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-tests-0:1.26.7-1.el9_2.noarch | — |
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: AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-docs-0:1.26.7-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-misc-0:1.26.7-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-src-0:1.26.7-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-tests-0:1.26.7-1.el9_2.noarch | — |
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: AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-docs-0:1.26.7-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-misc-0:1.26.7-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-src-0:1.26.7-1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-tests-0:1.26.7-1.el9_2.noarch | — |
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 golang is now available for Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The golang packages provide the Go programming language compiler.\n\nSecurity Fix(es):\n\n* encoding/asn1: golang: Go encoding/asn1: Denial of Service via excessive recursion in Unmarshal (CVE-2026-33818)\n\n* net/url: golang: golang net/url: Denial of Service from quadratic complexity in path resolution (CVE-2026-56860)\n\n* net/http: golang: Go net/http: Unencrypted HTTP/2 connections vulnerable to Denial of Service (CVE-2026-56853)\n\n* html/template: golang: Go html/template: Cross-Site Scripting via pathological input (CVE-2026-56858)\n\n* crypto/tls: golang: Golang crypto/tls: Denial of Service via indefinite KeyUpdate messages (CVE-2026-56862)\n\n* encoding/xml: golang: Go: Denial of Service via XML decoding recursion depth issue (CVE-2026-56859)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:62602",
"url": "https://access.redhat.com/errata/RHSA-2026:62602"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2515815",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515815"
},
{
"category": "external",
"summary": "2515820",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515820"
},
{
"category": "external",
"summary": "2515827",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515827"
},
{
"category": "external",
"summary": "2515838",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515838"
},
{
"category": "external",
"summary": "2515839",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515839"
},
{
"category": "external",
"summary": "2515840",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515840"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_62602.json"
}
],
"title": "Red Hat Security Advisory: golang security update",
"tracking": {
"current_release_date": "2026-09-04T21:15:55+00:00",
"generator": {
"date": "2026-09-04T21:15:55+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:62602",
"initial_release_date": "2026-09-02T12:25:48+00:00",
"revision_history": [
{
"date": "2026-09-02T12:25:48+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-09-02T12:25:48+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-04T21:15:55+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.2::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.26.7-1.el9_2.aarch64",
"product": {
"name": "go-toolset-0:1.26.7-1.el9_2.aarch64",
"product_id": "go-toolset-0:1.26.7-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.26.7-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.26.7-1.el9_2.aarch64",
"product": {
"name": "golang-0:1.26.7-1.el9_2.aarch64",
"product_id": "golang-0:1.26.7-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.26.7-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.26.7-1.el9_2.aarch64",
"product": {
"name": "golang-bin-0:1.26.7-1.el9_2.aarch64",
"product_id": "golang-bin-0:1.26.7-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.26.7-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.26.7-1.el9_2.aarch64",
"product": {
"name": "golang-race-0:1.26.7-1.el9_2.aarch64",
"product_id": "golang-race-0:1.26.7-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.26.7-1.el9_2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.26.7-1.el9_2.ppc64le",
"product": {
"name": "go-toolset-0:1.26.7-1.el9_2.ppc64le",
"product_id": "go-toolset-0:1.26.7-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.26.7-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.26.7-1.el9_2.ppc64le",
"product": {
"name": "golang-0:1.26.7-1.el9_2.ppc64le",
"product_id": "golang-0:1.26.7-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.26.7-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.26.7-1.el9_2.ppc64le",
"product": {
"name": "golang-bin-0:1.26.7-1.el9_2.ppc64le",
"product_id": "golang-bin-0:1.26.7-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.26.7-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.26.7-1.el9_2.ppc64le",
"product": {
"name": "golang-race-0:1.26.7-1.el9_2.ppc64le",
"product_id": "golang-race-0:1.26.7-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.26.7-1.el9_2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.26.7-1.el9_2.x86_64",
"product": {
"name": "go-toolset-0:1.26.7-1.el9_2.x86_64",
"product_id": "go-toolset-0:1.26.7-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.26.7-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.26.7-1.el9_2.x86_64",
"product": {
"name": "golang-0:1.26.7-1.el9_2.x86_64",
"product_id": "golang-0:1.26.7-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.26.7-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.26.7-1.el9_2.x86_64",
"product": {
"name": "golang-bin-0:1.26.7-1.el9_2.x86_64",
"product_id": "golang-bin-0:1.26.7-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.26.7-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.26.7-1.el9_2.x86_64",
"product": {
"name": "golang-race-0:1.26.7-1.el9_2.x86_64",
"product_id": "golang-race-0:1.26.7-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.26.7-1.el9_2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.26.7-1.el9_2.s390x",
"product": {
"name": "go-toolset-0:1.26.7-1.el9_2.s390x",
"product_id": "go-toolset-0:1.26.7-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.26.7-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.26.7-1.el9_2.s390x",
"product": {
"name": "golang-0:1.26.7-1.el9_2.s390x",
"product_id": "golang-0:1.26.7-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.26.7-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.26.7-1.el9_2.s390x",
"product": {
"name": "golang-bin-0:1.26.7-1.el9_2.s390x",
"product_id": "golang-bin-0:1.26.7-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.26.7-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.26.7-1.el9_2.s390x",
"product": {
"name": "golang-race-0:1.26.7-1.el9_2.s390x",
"product_id": "golang-race-0:1.26.7-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.26.7-1.el9_2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.26.7-1.el9_2.src",
"product": {
"name": "golang-0:1.26.7-1.el9_2.src",
"product_id": "golang-0:1.26.7-1.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.26.7-1.el9_2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-0:1.26.7-1.el9_2.noarch",
"product": {
"name": "golang-docs-0:1.26.7-1.el9_2.noarch",
"product_id": "golang-docs-0:1.26.7-1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.26.7-1.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.26.7-1.el9_2.noarch",
"product": {
"name": "golang-misc-0:1.26.7-1.el9_2.noarch",
"product_id": "golang-misc-0:1.26.7-1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.26.7-1.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.26.7-1.el9_2.noarch",
"product": {
"name": "golang-src-0:1.26.7-1.el9_2.noarch",
"product_id": "golang-src-0:1.26.7-1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.26.7-1.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.26.7-1.el9_2.noarch",
"product": {
"name": "golang-tests-0:1.26.7-1.el9_2.noarch",
"product_id": "golang-tests-0:1.26.7-1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.26.7-1.el9_2?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.26.7-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.aarch64"
},
"product_reference": "go-toolset-0:1.26.7-1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.26.7-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.ppc64le"
},
"product_reference": "go-toolset-0:1.26.7-1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.26.7-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.s390x"
},
"product_reference": "go-toolset-0:1.26.7-1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.26.7-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.x86_64"
},
"product_reference": "go-toolset-0:1.26.7-1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.26.7-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.aarch64"
},
"product_reference": "golang-0:1.26.7-1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.26.7-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.ppc64le"
},
"product_reference": "golang-0:1.26.7-1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.26.7-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.s390x"
},
"product_reference": "golang-0:1.26.7-1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.26.7-1.el9_2.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.src"
},
"product_reference": "golang-0:1.26.7-1.el9_2.src",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.26.7-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.x86_64"
},
"product_reference": "golang-0:1.26.7-1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.26.7-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.aarch64"
},
"product_reference": "golang-bin-0:1.26.7-1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.26.7-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.ppc64le"
},
"product_reference": "golang-bin-0:1.26.7-1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.26.7-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.s390x"
},
"product_reference": "golang-bin-0:1.26.7-1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.26.7-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.x86_64"
},
"product_reference": "golang-bin-0:1.26.7-1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.26.7-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-docs-0:1.26.7-1.el9_2.noarch"
},
"product_reference": "golang-docs-0:1.26.7-1.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.26.7-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-misc-0:1.26.7-1.el9_2.noarch"
},
"product_reference": "golang-misc-0:1.26.7-1.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.26.7-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.aarch64"
},
"product_reference": "golang-race-0:1.26.7-1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.26.7-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.ppc64le"
},
"product_reference": "golang-race-0:1.26.7-1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.26.7-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.s390x"
},
"product_reference": "golang-race-0:1.26.7-1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.26.7-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.x86_64"
},
"product_reference": "golang-race-0:1.26.7-1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.26.7-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-src-0:1.26.7-1.el9_2.noarch"
},
"product_reference": "golang-src-0:1.26.7-1.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.26.7-1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-tests-0:1.26.7-1.el9_2.noarch"
},
"product_reference": "golang-tests-0:1.26.7-1.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
}
]
},
"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": [
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.src",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-docs-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-misc-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-src-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-tests-0:1.26.7-1.el9_2.noarch"
]
},
"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-09-02T12:25:48+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.src",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-docs-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-misc-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-src-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-tests-0:1.26.7-1.el9_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62602"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.src",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-docs-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-misc-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-src-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-tests-0:1.26.7-1.el9_2.noarch"
]
}
],
"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": [
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.src",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-docs-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-misc-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-src-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-tests-0:1.26.7-1.el9_2.noarch"
]
},
"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-09-02T12:25:48+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.src",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-docs-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-misc-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-src-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-tests-0:1.26.7-1.el9_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62602"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.src",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-docs-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-misc-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-src-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-tests-0:1.26.7-1.el9_2.noarch"
]
}
],
"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": [
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.src",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-docs-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-misc-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-src-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-tests-0:1.26.7-1.el9_2.noarch"
]
},
"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-09-02T12:25:48+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.src",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-docs-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-misc-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-src-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-tests-0:1.26.7-1.el9_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62602"
}
],
"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": [
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.src",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-docs-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-misc-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-src-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-tests-0:1.26.7-1.el9_2.noarch"
]
}
],
"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": [
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.src",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-docs-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-misc-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-src-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-tests-0:1.26.7-1.el9_2.noarch"
]
},
"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-09-02T12:25:48+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.src",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-docs-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-misc-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-src-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-tests-0:1.26.7-1.el9_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62602"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.src",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-docs-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-misc-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-src-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-tests-0:1.26.7-1.el9_2.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.src",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-docs-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-misc-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-src-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-tests-0:1.26.7-1.el9_2.noarch"
]
}
],
"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": [
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.src",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-docs-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-misc-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-src-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-tests-0:1.26.7-1.el9_2.noarch"
]
},
"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-09-02T12:25:48+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.src",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-docs-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-misc-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-src-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-tests-0:1.26.7-1.el9_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62602"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.src",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-docs-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-misc-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-src-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-tests-0:1.26.7-1.el9_2.noarch"
]
}
],
"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": [
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.src",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-docs-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-misc-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-src-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-tests-0:1.26.7-1.el9_2.noarch"
]
},
"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-09-02T12:25:48+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.src",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-docs-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-misc-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-src-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-tests-0:1.26.7-1.el9_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62602"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:go-toolset-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.src",
"AppStream-9.2.0.Z.E4S:golang-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-docs-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-misc-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.26.7-1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-src-0:1.26.7-1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-tests-0:1.26.7-1.el9_2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/tls: golang: Golang crypto/tls: Denial of Service via indefinite KeyUpdate messages"
}
]
}
RHSA-2026:62631
Vulnerability from csaf_redhat - Published: 2026-09-02 14:24 - Updated: 2026-09-04 21:15A 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: AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:golang-github-openprinting-ipp-usb-0:0.9.27-7.el10_2.3.src | — | ||
| Unresolved product id: AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.aarch64 | — | ||
| Unresolved product id: AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.ppc64le | — | ||
| Unresolved product id: AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.s390x | — | ||
| Unresolved product id: AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.x86_64 | — | ||
| Unresolved product id: AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.aarch64 | — | ||
| Unresolved product id: AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.ppc64le | — | ||
| Unresolved product id: AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.s390x | — | ||
| Unresolved product id: AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.x86_64 | — |
A flaw was found in the Golang MIME (Multipurpose Internet Mail Extensions) package. A remote attacker could exploit this vulnerability by sending a maliciously-crafted MIME header containing many invalid encoded-words. This could lead to excessive CPU consumption, resulting in a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:golang-github-openprinting-ipp-usb-0:0.9.27-7.el10_2.3.src | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.x86_64 | — |
Workaround
|
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: AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:golang-github-openprinting-ipp-usb-0:0.9.27-7.el10_2.3.src | — | ||
| Unresolved product id: AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.aarch64 | — | ||
| Unresolved product id: AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.ppc64le | — | ||
| Unresolved product id: AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.s390x | — | ||
| Unresolved product id: AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.x86_64 | — | ||
| Unresolved product id: AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.aarch64 | — | ||
| Unresolved product id: AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.ppc64le | — | ||
| Unresolved product id: AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.s390x | — | ||
| Unresolved product id: AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.x86_64 | — |
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: AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:golang-github-openprinting-ipp-usb-0:0.9.27-7.el10_2.3.src | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.x86_64 | — |
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: AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:golang-github-openprinting-ipp-usb-0:0.9.27-7.el10_2.3.src | — | ||
| Unresolved product id: AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.aarch64 | — | ||
| Unresolved product id: AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.ppc64le | — | ||
| Unresolved product id: AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.s390x | — | ||
| Unresolved product id: AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.x86_64 | — | ||
| Unresolved product id: AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.aarch64 | — | ||
| Unresolved product id: AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.ppc64le | — | ||
| Unresolved product id: AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.s390x | — | ||
| Unresolved product id: AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.x86_64 | — |
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: AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:golang-github-openprinting-ipp-usb-0:0.9.27-7.el10_2.3.src | — | ||
| Unresolved product id: AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.aarch64 | — | ||
| Unresolved product id: AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.ppc64le | — | ||
| Unresolved product id: AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.s390x | — | ||
| Unresolved product id: AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.x86_64 | — | ||
| Unresolved product id: AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.aarch64 | — | ||
| Unresolved product id: AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.ppc64le | — | ||
| Unresolved product id: AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.s390x | — | ||
| Unresolved product id: AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.x86_64 | — |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for golang-github-openprinting-ipp-usb is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "HTTP reverse proxy, backed by IPP-over-USB connection to device. It enables\n driverless support for USB devices capable of using IPP-over-USB protocol.\n\nSecurity Fix(es):\n\n* mime: golang: Golang MIME: Denial of Service via maliciously-crafted MIME header (CVE-2026-42504)\n\n* encoding/asn1: golang: Go encoding/asn1: Denial of Service via excessive recursion in Unmarshal (CVE-2026-33818)\n\n* net/url: golang: golang net/url: Denial of Service from quadratic complexity in path resolution (CVE-2026-56860)\n\n* net/http: golang: Go net/http: Unencrypted HTTP/2 connections vulnerable to Denial of Service (CVE-2026-56853)\n\n* crypto/tls: golang: Golang crypto/tls: Denial of Service via indefinite KeyUpdate messages (CVE-2026-56862)\n\n* encoding/xml: golang: Go: Denial of Service via XML decoding recursion depth issue (CVE-2026-56859)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:62631",
"url": "https://access.redhat.com/errata/RHSA-2026:62631"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2484204",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484204"
},
{
"category": "external",
"summary": "2515815",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515815"
},
{
"category": "external",
"summary": "2515820",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515820"
},
{
"category": "external",
"summary": "2515827",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515827"
},
{
"category": "external",
"summary": "2515839",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515839"
},
{
"category": "external",
"summary": "2515840",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515840"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_62631.json"
}
],
"title": "Red Hat Security Advisory: golang-github-openprinting-ipp-usb security update",
"tracking": {
"current_release_date": "2026-09-04T21:15:56+00:00",
"generator": {
"date": "2026-09-04T21:15:56+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:62631",
"initial_release_date": "2026-09-02T14:24:28+00:00",
"revision_history": [
{
"date": "2026-09-02T14:24:28+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-09-02T14:24:28+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-04T21:15:56+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-github-openprinting-ipp-usb-0:0.9.27-7.el10_2.3.src",
"product": {
"name": "golang-github-openprinting-ipp-usb-0:0.9.27-7.el10_2.3.src",
"product_id": "golang-github-openprinting-ipp-usb-0:0.9.27-7.el10_2.3.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-github-openprinting-ipp-usb@0.9.27-7.el10_2.3?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "ipp-usb-0:0.9.27-7.el10_2.3.aarch64",
"product": {
"name": "ipp-usb-0:0.9.27-7.el10_2.3.aarch64",
"product_id": "ipp-usb-0:0.9.27-7.el10_2.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ipp-usb@0.9.27-7.el10_2.3?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.aarch64",
"product": {
"name": "golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.aarch64",
"product_id": "golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-github-openprinting-ipp-usb-debugsource@0.9.27-7.el10_2.3?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.aarch64",
"product": {
"name": "ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.aarch64",
"product_id": "ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ipp-usb-debuginfo@0.9.27-7.el10_2.3?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "ipp-usb-0:0.9.27-7.el10_2.3.ppc64le",
"product": {
"name": "ipp-usb-0:0.9.27-7.el10_2.3.ppc64le",
"product_id": "ipp-usb-0:0.9.27-7.el10_2.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ipp-usb@0.9.27-7.el10_2.3?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.ppc64le",
"product": {
"name": "golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.ppc64le",
"product_id": "golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-github-openprinting-ipp-usb-debugsource@0.9.27-7.el10_2.3?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.ppc64le",
"product": {
"name": "ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.ppc64le",
"product_id": "ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ipp-usb-debuginfo@0.9.27-7.el10_2.3?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ipp-usb-0:0.9.27-7.el10_2.3.s390x",
"product": {
"name": "ipp-usb-0:0.9.27-7.el10_2.3.s390x",
"product_id": "ipp-usb-0:0.9.27-7.el10_2.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ipp-usb@0.9.27-7.el10_2.3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.s390x",
"product": {
"name": "golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.s390x",
"product_id": "golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-github-openprinting-ipp-usb-debugsource@0.9.27-7.el10_2.3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.s390x",
"product": {
"name": "ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.s390x",
"product_id": "ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ipp-usb-debuginfo@0.9.27-7.el10_2.3?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "ipp-usb-0:0.9.27-7.el10_2.3.x86_64",
"product": {
"name": "ipp-usb-0:0.9.27-7.el10_2.3.x86_64",
"product_id": "ipp-usb-0:0.9.27-7.el10_2.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ipp-usb@0.9.27-7.el10_2.3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.x86_64",
"product": {
"name": "golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.x86_64",
"product_id": "golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-github-openprinting-ipp-usb-debugsource@0.9.27-7.el10_2.3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.x86_64",
"product": {
"name": "ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.x86_64",
"product_id": "ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ipp-usb-debuginfo@0.9.27-7.el10_2.3?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-openprinting-ipp-usb-0:0.9.27-7.el10_2.3.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:golang-github-openprinting-ipp-usb-0:0.9.27-7.el10_2.3.src"
},
"product_reference": "golang-github-openprinting-ipp-usb-0:0.9.27-7.el10_2.3.src",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.aarch64"
},
"product_reference": "golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.ppc64le"
},
"product_reference": "golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.s390x"
},
"product_reference": "golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.x86_64"
},
"product_reference": "golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ipp-usb-0:0.9.27-7.el10_2.3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.aarch64"
},
"product_reference": "ipp-usb-0:0.9.27-7.el10_2.3.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ipp-usb-0:0.9.27-7.el10_2.3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.ppc64le"
},
"product_reference": "ipp-usb-0:0.9.27-7.el10_2.3.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ipp-usb-0:0.9.27-7.el10_2.3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.s390x"
},
"product_reference": "ipp-usb-0:0.9.27-7.el10_2.3.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ipp-usb-0:0.9.27-7.el10_2.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.x86_64"
},
"product_reference": "ipp-usb-0:0.9.27-7.el10_2.3.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.aarch64"
},
"product_reference": "ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.ppc64le"
},
"product_reference": "ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.s390x"
},
"product_reference": "ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.x86_64"
},
"product_reference": "ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
}
]
},
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-0:0.9.27-7.el10_2.3.src",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.x86_64",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.x86_64"
]
}
],
"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": [
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.x86_64"
],
"known_not_affected": [
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-0:0.9.27-7.el10_2.3.src",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.x86_64",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.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-09-02T14:24:28+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62631"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-0:0.9.27-7.el10_2.3.src",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.x86_64",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.x86_64",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.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-42504",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2026-06-02T23:01:00.320527+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-0:0.9.27-7.el10_2.3.src",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.x86_64",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2484204"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang MIME (Multipurpose Internet Mail Extensions) package. A remote attacker could exploit this vulnerability by sending a maliciously-crafted MIME header containing many invalid encoded-words. This could lead to excessive CPU consumption, resulting in a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "mime: golang: Golang MIME: Denial of Service via maliciously-crafted MIME header",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is rated as an Important severity flaw. A remote attacker could trigger a Denial of Service by sending a crafted MIME header with numerous invalid encoded-words to an application utilizing the affected Golang MIME package. This could lead to excessive CPU consumption on the system processing the malformed header, impacting service availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.x86_64"
],
"known_not_affected": [
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-0:0.9.27-7.el10_2.3.src",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.x86_64",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42504"
},
{
"category": "external",
"summary": "RHBZ#2484204",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484204"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42504",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42504"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42504",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42504"
},
{
"category": "external",
"summary": "https://go.dev/cl/774481",
"url": "https://go.dev/cl/774481"
},
{
"category": "external",
"summary": "https://go.dev/issue/79217",
"url": "https://go.dev/issue/79217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/tKs3rmcBcKw",
"url": "https://groups.google.com/g/golang-announce/c/tKs3rmcBcKw"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5038",
"url": "https://pkg.go.dev/vuln/GO-2026-5038"
}
],
"release_date": "2026-06-02T22:01:37.219000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-02T14:24:28+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62631"
},
{
"category": "workaround",
"details": "To mitigate this issue, restrict network access to services that process MIME headers from untrusted sources. Implement input validation and sanitization for all incoming data, especially MIME headers, to prevent maliciously crafted content from being processed by applications utilizing the vulnerable Golang MIME package.",
"product_ids": [
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-0:0.9.27-7.el10_2.3.src",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.x86_64",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.x86_64",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-0:0.9.27-7.el10_2.3.src",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.x86_64",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.x86_64",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "mime: golang: Golang MIME: Denial of Service via maliciously-crafted MIME header"
},
{
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-0:0.9.27-7.el10_2.3.src",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.x86_64",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.x86_64"
]
}
],
"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": [
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.x86_64"
],
"known_not_affected": [
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-0:0.9.27-7.el10_2.3.src",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.x86_64",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.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-09-02T14:24:28+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62631"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-0:0.9.27-7.el10_2.3.src",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.x86_64",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.x86_64",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.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-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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-0:0.9.27-7.el10_2.3.src",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.x86_64",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.x86_64"
]
}
],
"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": [
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.x86_64"
],
"known_not_affected": [
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-0:0.9.27-7.el10_2.3.src",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.x86_64",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.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-09-02T14:24:28+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62631"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-0:0.9.27-7.el10_2.3.src",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.x86_64",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.x86_64",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-0:0.9.27-7.el10_2.3.src",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.x86_64",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.x86_64",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-0:0.9.27-7.el10_2.3.src",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.x86_64",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.x86_64"
]
}
],
"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": [
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.x86_64"
],
"known_not_affected": [
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-0:0.9.27-7.el10_2.3.src",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.x86_64",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.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-09-02T14:24:28+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62631"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-0:0.9.27-7.el10_2.3.src",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.x86_64",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.x86_64",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-0:0.9.27-7.el10_2.3.src",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.x86_64",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.x86_64"
]
}
],
"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": [
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.x86_64"
],
"known_not_affected": [
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-0:0.9.27-7.el10_2.3.src",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.x86_64",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.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-09-02T14:24:28+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62631"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-0:0.9.27-7.el10_2.3.src",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:golang-github-openprinting-ipp-usb-debugsource-0:0.9.27-7.el10_2.3.x86_64",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:ipp-usb-0:0.9.27-7.el10_2.3.x86_64",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.aarch64",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.ppc64le",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.s390x",
"AppStream-10.2.Z:ipp-usb-debuginfo-0:0.9.27-7.el10_2.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/tls: golang: Golang crypto/tls: Denial of Service via indefinite KeyUpdate messages"
}
]
}
RHSA-2026:62753
Vulnerability from csaf_redhat - Published: 2026-09-02 17:13 - Updated: 2026-09-04 21:15A 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: AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the `net/mail` package of the Go programming language. An attacker could provide specially crafted inputs to the `ParseAddress`, `ParseAddressList`, or `ParseDate` functions. This could lead to excessive consumption of CPU and memory resources, resulting in a Denial of Service (DoS) for applications processing these inputs.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the `net/mail` package within the Go standard library. A remote attacker could provide specially crafted, pathological email addresses. When these malformed email addresses are parsed by the `consumePhrase` function, it can lead to excessive resource consumption due to quadratic string concatenation, resulting in a Denial of Service (DoS) condition.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
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: AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.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: AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.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: AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.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: AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.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: AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for osbuild-composer is now available for Red Hat Enterprise Linux 9.4 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "A service for building customized OS artifacts, such as VM images and OSTree commits, that uses osbuild under the hood. Besides building images for local usage, it can also upload images directly to cloud. It is compatible with composer-cli and cockpit-composer clients.\n\nSecurity Fix(es):\n\n* net/mail: golang: net/mail: Denial of Service via pathological email address parsing (CVE-2026-42499)\n\n* net/mail: golang: Go net/mail: Denial of Service via crafted email inputs (CVE-2026-39820)\n\n* encoding/asn1: golang: Go encoding/asn1: Denial of Service via excessive recursion in Unmarshal (CVE-2026-33818)\n\n* net/url: golang: golang net/url: Denial of Service from quadratic complexity in path resolution (CVE-2026-56860)\n\n* net/http: golang: Go net/http: Unencrypted HTTP/2 connections vulnerable to Denial of Service (CVE-2026-56853)\n\n* html/template: golang: Go html/template: Cross-Site Scripting via pathological input (CVE-2026-56858)\n\n* crypto/tls: golang: Golang crypto/tls: Denial of Service via indefinite KeyUpdate messages (CVE-2026-56862)\n\n* encoding/xml: golang: Go: Denial of Service via XML decoding recursion depth issue (CVE-2026-56859)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:62753",
"url": "https://access.redhat.com/errata/RHSA-2026:62753"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2467809",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467809"
},
{
"category": "external",
"summary": "2467820",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467820"
},
{
"category": "external",
"summary": "2515815",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515815"
},
{
"category": "external",
"summary": "2515820",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515820"
},
{
"category": "external",
"summary": "2515827",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515827"
},
{
"category": "external",
"summary": "2515838",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515838"
},
{
"category": "external",
"summary": "2515839",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515839"
},
{
"category": "external",
"summary": "2515840",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515840"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_62753.json"
}
],
"title": "Red Hat Security Advisory: osbuild-composer security update",
"tracking": {
"current_release_date": "2026-09-04T21:15:56+00:00",
"generator": {
"date": "2026-09-04T21:15:56+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:62753",
"initial_release_date": "2026-09-02T17:13:04+00:00",
"revision_history": [
{
"date": "2026-09-02T17:13:04+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-09-02T17:13:04+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-04T21:15:56+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:101.3-4.el9_4.6.src",
"product": {
"name": "osbuild-composer-0:101.3-4.el9_4.6.src",
"product_id": "osbuild-composer-0:101.3-4.el9_4.6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@101.3-4.el9_4.6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:101.3-4.el9_4.6.aarch64",
"product": {
"name": "osbuild-composer-0:101.3-4.el9_4.6.aarch64",
"product_id": "osbuild-composer-0:101.3-4.el9_4.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@101.3-4.el9_4.6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:101.3-4.el9_4.6.aarch64",
"product": {
"name": "osbuild-composer-core-0:101.3-4.el9_4.6.aarch64",
"product_id": "osbuild-composer-core-0:101.3-4.el9_4.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@101.3-4.el9_4.6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:101.3-4.el9_4.6.aarch64",
"product": {
"name": "osbuild-composer-worker-0:101.3-4.el9_4.6.aarch64",
"product_id": "osbuild-composer-worker-0:101.3-4.el9_4.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@101.3-4.el9_4.6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:101.3-4.el9_4.6.aarch64",
"product": {
"name": "osbuild-composer-debugsource-0:101.3-4.el9_4.6.aarch64",
"product_id": "osbuild-composer-debugsource-0:101.3-4.el9_4.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@101.3-4.el9_4.6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.aarch64",
"product": {
"name": "osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.aarch64",
"product_id": "osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@101.3-4.el9_4.6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:101.3-4.el9_4.6.aarch64",
"product": {
"name": "osbuild-composer-debuginfo-0:101.3-4.el9_4.6.aarch64",
"product_id": "osbuild-composer-debuginfo-0:101.3-4.el9_4.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@101.3-4.el9_4.6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.aarch64",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.aarch64",
"product_id": "osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@101.3-4.el9_4.6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.aarch64",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.aarch64",
"product_id": "osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@101.3-4.el9_4.6?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:101.3-4.el9_4.6.ppc64le",
"product": {
"name": "osbuild-composer-0:101.3-4.el9_4.6.ppc64le",
"product_id": "osbuild-composer-0:101.3-4.el9_4.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@101.3-4.el9_4.6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:101.3-4.el9_4.6.ppc64le",
"product": {
"name": "osbuild-composer-core-0:101.3-4.el9_4.6.ppc64le",
"product_id": "osbuild-composer-core-0:101.3-4.el9_4.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@101.3-4.el9_4.6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:101.3-4.el9_4.6.ppc64le",
"product": {
"name": "osbuild-composer-worker-0:101.3-4.el9_4.6.ppc64le",
"product_id": "osbuild-composer-worker-0:101.3-4.el9_4.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@101.3-4.el9_4.6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:101.3-4.el9_4.6.ppc64le",
"product": {
"name": "osbuild-composer-debugsource-0:101.3-4.el9_4.6.ppc64le",
"product_id": "osbuild-composer-debugsource-0:101.3-4.el9_4.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@101.3-4.el9_4.6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"product": {
"name": "osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"product_id": "osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@101.3-4.el9_4.6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"product": {
"name": "osbuild-composer-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"product_id": "osbuild-composer-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@101.3-4.el9_4.6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"product_id": "osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@101.3-4.el9_4.6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"product_id": "osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@101.3-4.el9_4.6?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:101.3-4.el9_4.6.s390x",
"product": {
"name": "osbuild-composer-0:101.3-4.el9_4.6.s390x",
"product_id": "osbuild-composer-0:101.3-4.el9_4.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@101.3-4.el9_4.6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:101.3-4.el9_4.6.s390x",
"product": {
"name": "osbuild-composer-core-0:101.3-4.el9_4.6.s390x",
"product_id": "osbuild-composer-core-0:101.3-4.el9_4.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@101.3-4.el9_4.6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:101.3-4.el9_4.6.s390x",
"product": {
"name": "osbuild-composer-worker-0:101.3-4.el9_4.6.s390x",
"product_id": "osbuild-composer-worker-0:101.3-4.el9_4.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@101.3-4.el9_4.6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:101.3-4.el9_4.6.s390x",
"product": {
"name": "osbuild-composer-debugsource-0:101.3-4.el9_4.6.s390x",
"product_id": "osbuild-composer-debugsource-0:101.3-4.el9_4.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@101.3-4.el9_4.6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.s390x",
"product": {
"name": "osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.s390x",
"product_id": "osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@101.3-4.el9_4.6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:101.3-4.el9_4.6.s390x",
"product": {
"name": "osbuild-composer-debuginfo-0:101.3-4.el9_4.6.s390x",
"product_id": "osbuild-composer-debuginfo-0:101.3-4.el9_4.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@101.3-4.el9_4.6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.s390x",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.s390x",
"product_id": "osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@101.3-4.el9_4.6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.s390x",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.s390x",
"product_id": "osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@101.3-4.el9_4.6?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:101.3-4.el9_4.6.x86_64",
"product": {
"name": "osbuild-composer-0:101.3-4.el9_4.6.x86_64",
"product_id": "osbuild-composer-0:101.3-4.el9_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@101.3-4.el9_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:101.3-4.el9_4.6.x86_64",
"product": {
"name": "osbuild-composer-core-0:101.3-4.el9_4.6.x86_64",
"product_id": "osbuild-composer-core-0:101.3-4.el9_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@101.3-4.el9_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:101.3-4.el9_4.6.x86_64",
"product": {
"name": "osbuild-composer-worker-0:101.3-4.el9_4.6.x86_64",
"product_id": "osbuild-composer-worker-0:101.3-4.el9_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@101.3-4.el9_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:101.3-4.el9_4.6.x86_64",
"product": {
"name": "osbuild-composer-debugsource-0:101.3-4.el9_4.6.x86_64",
"product_id": "osbuild-composer-debugsource-0:101.3-4.el9_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@101.3-4.el9_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.x86_64",
"product": {
"name": "osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.x86_64",
"product_id": "osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@101.3-4.el9_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:101.3-4.el9_4.6.x86_64",
"product": {
"name": "osbuild-composer-debuginfo-0:101.3-4.el9_4.6.x86_64",
"product_id": "osbuild-composer-debuginfo-0:101.3-4.el9_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@101.3-4.el9_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.x86_64",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.x86_64",
"product_id": "osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@101.3-4.el9_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.x86_64",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.x86_64",
"product_id": "osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@101.3-4.el9_4.6?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:101.3-4.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.aarch64"
},
"product_reference": "osbuild-composer-0:101.3-4.el9_4.6.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:101.3-4.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.ppc64le"
},
"product_reference": "osbuild-composer-0:101.3-4.el9_4.6.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:101.3-4.el9_4.6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.s390x"
},
"product_reference": "osbuild-composer-0:101.3-4.el9_4.6.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:101.3-4.el9_4.6.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.src"
},
"product_reference": "osbuild-composer-0:101.3-4.el9_4.6.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:101.3-4.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.x86_64"
},
"product_reference": "osbuild-composer-0:101.3-4.el9_4.6.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:101.3-4.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.aarch64"
},
"product_reference": "osbuild-composer-core-0:101.3-4.el9_4.6.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:101.3-4.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.ppc64le"
},
"product_reference": "osbuild-composer-core-0:101.3-4.el9_4.6.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:101.3-4.el9_4.6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.s390x"
},
"product_reference": "osbuild-composer-core-0:101.3-4.el9_4.6.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:101.3-4.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.x86_64"
},
"product_reference": "osbuild-composer-core-0:101.3-4.el9_4.6.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.aarch64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.ppc64le"
},
"product_reference": "osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.s390x"
},
"product_reference": "osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.x86_64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:101.3-4.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.aarch64"
},
"product_reference": "osbuild-composer-debuginfo-0:101.3-4.el9_4.6.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:101.3-4.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.ppc64le"
},
"product_reference": "osbuild-composer-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:101.3-4.el9_4.6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.s390x"
},
"product_reference": "osbuild-composer-debuginfo-0:101.3-4.el9_4.6.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:101.3-4.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.x86_64"
},
"product_reference": "osbuild-composer-debuginfo-0:101.3-4.el9_4.6.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:101.3-4.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.aarch64"
},
"product_reference": "osbuild-composer-debugsource-0:101.3-4.el9_4.6.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:101.3-4.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.ppc64le"
},
"product_reference": "osbuild-composer-debugsource-0:101.3-4.el9_4.6.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:101.3-4.el9_4.6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.s390x"
},
"product_reference": "osbuild-composer-debugsource-0:101.3-4.el9_4.6.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:101.3-4.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.x86_64"
},
"product_reference": "osbuild-composer-debugsource-0:101.3-4.el9_4.6.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.aarch64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.ppc64le"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.s390x"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.x86_64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:101.3-4.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.aarch64"
},
"product_reference": "osbuild-composer-worker-0:101.3-4.el9_4.6.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:101.3-4.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.ppc64le"
},
"product_reference": "osbuild-composer-worker-0:101.3-4.el9_4.6.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:101.3-4.el9_4.6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.s390x"
},
"product_reference": "osbuild-composer-worker-0:101.3-4.el9_4.6.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:101.3-4.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.x86_64"
},
"product_reference": "osbuild-composer-worker-0:101.3-4.el9_4.6.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.aarch64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.ppc64le"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.s390x"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.x86_64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
}
]
},
"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": [
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.src",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.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-09-02T17:13:04+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.src",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62753"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.src",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.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-39820",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2026-05-07T20:01:27.800929+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467820"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `net/mail` package of the Go programming language. An attacker could provide specially crafted inputs to the `ParseAddress`, `ParseAddressList`, or `ParseDate` functions. This could lead to excessive consumption of CPU and memory resources, resulting in a Denial of Service (DoS) for applications processing these inputs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/mail: golang: Go net/mail: Denial of Service via crafted email inputs",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in the Go `net/mail` package. Applications processing untrusted email inputs via `ParseAddress`, `ParseAddressList`, or `ParseDate` functions are susceptible to excessive resource consumption, which can lead to service unavailability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.src",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39820"
},
{
"category": "external",
"summary": "RHBZ#2467820",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467820"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39820",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39820"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39820",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39820"
},
{
"category": "external",
"summary": "https://go.dev/cl/759940",
"url": "https://go.dev/cl/759940"
},
{
"category": "external",
"summary": "https://go.dev/issue/78566",
"url": "https://go.dev/issue/78566"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M",
"url": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4986",
"url": "https://pkg.go.dev/vuln/GO-2026-4986"
}
],
"release_date": "2026-05-07T19:41:19.854000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-02T17:13:04+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.src",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62753"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.src",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.src",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/mail: golang: Go net/mail: Denial of Service via crafted email inputs"
},
{
"cve": "CVE-2026-42499",
"cwe": {
"id": "CWE-1046",
"name": "Creation of Immutable Text Using String Concatenation"
},
"discovery_date": "2026-05-07T20:00:51.685602+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467809"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `net/mail` package within the Go standard library. A remote attacker could provide specially crafted, pathological email addresses. When these malformed email addresses are parsed by the `consumePhrase` function, it can lead to excessive resource consumption due to quadratic string concatenation, resulting in a Denial of Service (DoS) condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/mail: golang: net/mail: Denial of Service via pathological email address parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in the `net/mail` package of the Go standard library. A remote attacker can exploit this flaw by sending specially crafted email addresses, leading to excessive resource consumption and a denial of service in Go applications that parse email addresses using the affected library.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.src",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42499"
},
{
"category": "external",
"summary": "RHBZ#2467809",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467809"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42499",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42499"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42499",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42499"
},
{
"category": "external",
"summary": "https://go.dev/cl/771520",
"url": "https://go.dev/cl/771520"
},
{
"category": "external",
"summary": "https://go.dev/issue/78987",
"url": "https://go.dev/issue/78987"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M",
"url": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4977",
"url": "https://pkg.go.dev/vuln/GO-2026-4977"
}
],
"release_date": "2026-05-07T19:41:18.615000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-02T17:13:04+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.src",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62753"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.src",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.src",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/mail: golang: net/mail: Denial of Service via pathological email address parsing"
},
{
"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": [
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.src",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.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-09-02T17:13:04+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.src",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62753"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.src",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.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": [
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.src",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.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-09-02T17:13:04+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.src",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62753"
}
],
"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": [
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.src",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.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": [
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.src",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.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-09-02T17:13:04+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.src",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62753"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.src",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.src",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.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": [
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.src",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.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-09-02T17:13:04+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.src",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62753"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.src",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.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": [
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.src",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.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-09-02T17:13:04+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.src",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62753"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.src",
"AppStream-9.4.0.Z.E4S:osbuild-composer-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-core-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-debugsource-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-tests-debuginfo-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-0:101.3-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.E4S:osbuild-composer-worker-debuginfo-0:101.3-4.el9_4.6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/tls: golang: Golang crypto/tls: Denial of Service via indefinite KeyUpdate messages"
}
]
}
RHSA-2026:62754
Vulnerability from csaf_redhat - Published: 2026-09-02 17:12 - Updated: 2026-09-04 21:15A 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: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the `net/mail` package of the Go programming language. An attacker could provide specially crafted inputs to the `ParseAddress`, `ParseAddressList`, or `ParseDate` functions. This could lead to excessive consumption of CPU and memory resources, resulting in a Denial of Service (DoS) for applications processing these inputs.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the `net/mail` package within the Go standard library. A remote attacker could provide specially crafted, pathological email addresses. When these malformed email addresses are parsed by the `consumePhrase` function, it can lead to excessive resource consumption due to quadratic string concatenation, resulting in a Denial of Service (DoS) condition.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
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: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.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: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.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: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.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: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.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: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for osbuild-composer is now available for Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "A service for building customized OS artifacts, such as VM images and OSTree commits, that uses osbuild under the hood. Besides building images for local usage, it can also upload images directly to cloud. It is compatible with composer-cli and cockpit-composer clients.\n\nSecurity Fix(es):\n\n* net/mail: golang: net/mail: Denial of Service via pathological email address parsing (CVE-2026-42499)\n\n* net/mail: golang: Go net/mail: Denial of Service via crafted email inputs (CVE-2026-39820)\n\n* encoding/asn1: golang: Go encoding/asn1: Denial of Service via excessive recursion in Unmarshal (CVE-2026-33818)\n\n* net/url: golang: golang net/url: Denial of Service from quadratic complexity in path resolution (CVE-2026-56860)\n\n* net/http: golang: Go net/http: Unencrypted HTTP/2 connections vulnerable to Denial of Service (CVE-2026-56853)\n\n* html/template: golang: Go html/template: Cross-Site Scripting via pathological input (CVE-2026-56858)\n\n* crypto/tls: golang: Golang crypto/tls: Denial of Service via indefinite KeyUpdate messages (CVE-2026-56862)\n\n* encoding/xml: golang: Go: Denial of Service via XML decoding recursion depth issue (CVE-2026-56859)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:62754",
"url": "https://access.redhat.com/errata/RHSA-2026:62754"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2467809",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467809"
},
{
"category": "external",
"summary": "2467820",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467820"
},
{
"category": "external",
"summary": "2515815",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515815"
},
{
"category": "external",
"summary": "2515820",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515820"
},
{
"category": "external",
"summary": "2515827",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515827"
},
{
"category": "external",
"summary": "2515838",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515838"
},
{
"category": "external",
"summary": "2515839",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515839"
},
{
"category": "external",
"summary": "2515840",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515840"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_62754.json"
}
],
"title": "Red Hat Security Advisory: osbuild-composer security update",
"tracking": {
"current_release_date": "2026-09-04T21:15:56+00:00",
"generator": {
"date": "2026-09-04T21:15:56+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:62754",
"initial_release_date": "2026-09-02T17:12:13+00:00",
"revision_history": [
{
"date": "2026-09-02T17:12:13+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-09-02T17:12:13+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-04T21:15:56+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.2::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:76.1-9.el9_2.src",
"product": {
"name": "osbuild-composer-0:76.1-9.el9_2.src",
"product_id": "osbuild-composer-0:76.1-9.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@76.1-9.el9_2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:76.1-9.el9_2.x86_64",
"product": {
"name": "osbuild-composer-0:76.1-9.el9_2.x86_64",
"product_id": "osbuild-composer-0:76.1-9.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@76.1-9.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:76.1-9.el9_2.x86_64",
"product": {
"name": "osbuild-composer-core-0:76.1-9.el9_2.x86_64",
"product_id": "osbuild-composer-core-0:76.1-9.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@76.1-9.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-dnf-json-0:76.1-9.el9_2.x86_64",
"product": {
"name": "osbuild-composer-dnf-json-0:76.1-9.el9_2.x86_64",
"product_id": "osbuild-composer-dnf-json-0:76.1-9.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@76.1-9.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:76.1-9.el9_2.x86_64",
"product": {
"name": "osbuild-composer-worker-0:76.1-9.el9_2.x86_64",
"product_id": "osbuild-composer-worker-0:76.1-9.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@76.1-9.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:76.1-9.el9_2.x86_64",
"product": {
"name": "osbuild-composer-debugsource-0:76.1-9.el9_2.x86_64",
"product_id": "osbuild-composer-debugsource-0:76.1-9.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@76.1-9.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:76.1-9.el9_2.x86_64",
"product": {
"name": "osbuild-composer-core-debuginfo-0:76.1-9.el9_2.x86_64",
"product_id": "osbuild-composer-core-debuginfo-0:76.1-9.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@76.1-9.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:76.1-9.el9_2.x86_64",
"product": {
"name": "osbuild-composer-debuginfo-0:76.1-9.el9_2.x86_64",
"product_id": "osbuild-composer-debuginfo-0:76.1-9.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@76.1-9.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.x86_64",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.x86_64",
"product_id": "osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@76.1-9.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.x86_64",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.x86_64",
"product_id": "osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@76.1-9.el9_2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:76.1-9.el9_2.aarch64",
"product": {
"name": "osbuild-composer-0:76.1-9.el9_2.aarch64",
"product_id": "osbuild-composer-0:76.1-9.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@76.1-9.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:76.1-9.el9_2.aarch64",
"product": {
"name": "osbuild-composer-core-0:76.1-9.el9_2.aarch64",
"product_id": "osbuild-composer-core-0:76.1-9.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@76.1-9.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-dnf-json-0:76.1-9.el9_2.aarch64",
"product": {
"name": "osbuild-composer-dnf-json-0:76.1-9.el9_2.aarch64",
"product_id": "osbuild-composer-dnf-json-0:76.1-9.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@76.1-9.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:76.1-9.el9_2.aarch64",
"product": {
"name": "osbuild-composer-worker-0:76.1-9.el9_2.aarch64",
"product_id": "osbuild-composer-worker-0:76.1-9.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@76.1-9.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:76.1-9.el9_2.aarch64",
"product": {
"name": "osbuild-composer-debugsource-0:76.1-9.el9_2.aarch64",
"product_id": "osbuild-composer-debugsource-0:76.1-9.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@76.1-9.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:76.1-9.el9_2.aarch64",
"product": {
"name": "osbuild-composer-core-debuginfo-0:76.1-9.el9_2.aarch64",
"product_id": "osbuild-composer-core-debuginfo-0:76.1-9.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@76.1-9.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:76.1-9.el9_2.aarch64",
"product": {
"name": "osbuild-composer-debuginfo-0:76.1-9.el9_2.aarch64",
"product_id": "osbuild-composer-debuginfo-0:76.1-9.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@76.1-9.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.aarch64",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.aarch64",
"product_id": "osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@76.1-9.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.aarch64",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.aarch64",
"product_id": "osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@76.1-9.el9_2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:76.1-9.el9_2.ppc64le",
"product": {
"name": "osbuild-composer-0:76.1-9.el9_2.ppc64le",
"product_id": "osbuild-composer-0:76.1-9.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@76.1-9.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:76.1-9.el9_2.ppc64le",
"product": {
"name": "osbuild-composer-core-0:76.1-9.el9_2.ppc64le",
"product_id": "osbuild-composer-core-0:76.1-9.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@76.1-9.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-dnf-json-0:76.1-9.el9_2.ppc64le",
"product": {
"name": "osbuild-composer-dnf-json-0:76.1-9.el9_2.ppc64le",
"product_id": "osbuild-composer-dnf-json-0:76.1-9.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@76.1-9.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:76.1-9.el9_2.ppc64le",
"product": {
"name": "osbuild-composer-worker-0:76.1-9.el9_2.ppc64le",
"product_id": "osbuild-composer-worker-0:76.1-9.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@76.1-9.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:76.1-9.el9_2.ppc64le",
"product": {
"name": "osbuild-composer-debugsource-0:76.1-9.el9_2.ppc64le",
"product_id": "osbuild-composer-debugsource-0:76.1-9.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@76.1-9.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:76.1-9.el9_2.ppc64le",
"product": {
"name": "osbuild-composer-core-debuginfo-0:76.1-9.el9_2.ppc64le",
"product_id": "osbuild-composer-core-debuginfo-0:76.1-9.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@76.1-9.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:76.1-9.el9_2.ppc64le",
"product": {
"name": "osbuild-composer-debuginfo-0:76.1-9.el9_2.ppc64le",
"product_id": "osbuild-composer-debuginfo-0:76.1-9.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@76.1-9.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.ppc64le",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.ppc64le",
"product_id": "osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@76.1-9.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.ppc64le",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.ppc64le",
"product_id": "osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@76.1-9.el9_2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:76.1-9.el9_2.s390x",
"product": {
"name": "osbuild-composer-0:76.1-9.el9_2.s390x",
"product_id": "osbuild-composer-0:76.1-9.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@76.1-9.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:76.1-9.el9_2.s390x",
"product": {
"name": "osbuild-composer-core-0:76.1-9.el9_2.s390x",
"product_id": "osbuild-composer-core-0:76.1-9.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@76.1-9.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-dnf-json-0:76.1-9.el9_2.s390x",
"product": {
"name": "osbuild-composer-dnf-json-0:76.1-9.el9_2.s390x",
"product_id": "osbuild-composer-dnf-json-0:76.1-9.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@76.1-9.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:76.1-9.el9_2.s390x",
"product": {
"name": "osbuild-composer-worker-0:76.1-9.el9_2.s390x",
"product_id": "osbuild-composer-worker-0:76.1-9.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@76.1-9.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:76.1-9.el9_2.s390x",
"product": {
"name": "osbuild-composer-debugsource-0:76.1-9.el9_2.s390x",
"product_id": "osbuild-composer-debugsource-0:76.1-9.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@76.1-9.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:76.1-9.el9_2.s390x",
"product": {
"name": "osbuild-composer-core-debuginfo-0:76.1-9.el9_2.s390x",
"product_id": "osbuild-composer-core-debuginfo-0:76.1-9.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@76.1-9.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:76.1-9.el9_2.s390x",
"product": {
"name": "osbuild-composer-debuginfo-0:76.1-9.el9_2.s390x",
"product_id": "osbuild-composer-debuginfo-0:76.1-9.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@76.1-9.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.s390x",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.s390x",
"product_id": "osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@76.1-9.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.s390x",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.s390x",
"product_id": "osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@76.1-9.el9_2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:76.1-9.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.aarch64"
},
"product_reference": "osbuild-composer-0:76.1-9.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:76.1-9.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.ppc64le"
},
"product_reference": "osbuild-composer-0:76.1-9.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:76.1-9.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.s390x"
},
"product_reference": "osbuild-composer-0:76.1-9.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:76.1-9.el9_2.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.src"
},
"product_reference": "osbuild-composer-0:76.1-9.el9_2.src",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:76.1-9.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.x86_64"
},
"product_reference": "osbuild-composer-0:76.1-9.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:76.1-9.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.aarch64"
},
"product_reference": "osbuild-composer-core-0:76.1-9.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:76.1-9.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.ppc64le"
},
"product_reference": "osbuild-composer-core-0:76.1-9.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:76.1-9.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.s390x"
},
"product_reference": "osbuild-composer-core-0:76.1-9.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:76.1-9.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.x86_64"
},
"product_reference": "osbuild-composer-core-0:76.1-9.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:76.1-9.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.aarch64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:76.1-9.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:76.1-9.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.ppc64le"
},
"product_reference": "osbuild-composer-core-debuginfo-0:76.1-9.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:76.1-9.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.s390x"
},
"product_reference": "osbuild-composer-core-debuginfo-0:76.1-9.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:76.1-9.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.x86_64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:76.1-9.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:76.1-9.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.aarch64"
},
"product_reference": "osbuild-composer-debuginfo-0:76.1-9.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:76.1-9.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.ppc64le"
},
"product_reference": "osbuild-composer-debuginfo-0:76.1-9.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:76.1-9.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.s390x"
},
"product_reference": "osbuild-composer-debuginfo-0:76.1-9.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:76.1-9.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.x86_64"
},
"product_reference": "osbuild-composer-debuginfo-0:76.1-9.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:76.1-9.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.aarch64"
},
"product_reference": "osbuild-composer-debugsource-0:76.1-9.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:76.1-9.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.ppc64le"
},
"product_reference": "osbuild-composer-debugsource-0:76.1-9.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:76.1-9.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.s390x"
},
"product_reference": "osbuild-composer-debugsource-0:76.1-9.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:76.1-9.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.x86_64"
},
"product_reference": "osbuild-composer-debugsource-0:76.1-9.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:76.1-9.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.aarch64"
},
"product_reference": "osbuild-composer-dnf-json-0:76.1-9.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:76.1-9.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.ppc64le"
},
"product_reference": "osbuild-composer-dnf-json-0:76.1-9.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:76.1-9.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.s390x"
},
"product_reference": "osbuild-composer-dnf-json-0:76.1-9.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:76.1-9.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.x86_64"
},
"product_reference": "osbuild-composer-dnf-json-0:76.1-9.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.aarch64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.ppc64le"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.s390x"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.x86_64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:76.1-9.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.aarch64"
},
"product_reference": "osbuild-composer-worker-0:76.1-9.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:76.1-9.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.ppc64le"
},
"product_reference": "osbuild-composer-worker-0:76.1-9.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:76.1-9.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.s390x"
},
"product_reference": "osbuild-composer-worker-0:76.1-9.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:76.1-9.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.x86_64"
},
"product_reference": "osbuild-composer-worker-0:76.1-9.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.aarch64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.ppc64le"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.s390x"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.x86_64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
}
]
},
"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": [
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.src",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.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-09-02T17:12:13+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.src",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62754"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.src",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.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-39820",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2026-05-07T20:01:27.800929+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467820"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `net/mail` package of the Go programming language. An attacker could provide specially crafted inputs to the `ParseAddress`, `ParseAddressList`, or `ParseDate` functions. This could lead to excessive consumption of CPU and memory resources, resulting in a Denial of Service (DoS) for applications processing these inputs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/mail: golang: Go net/mail: Denial of Service via crafted email inputs",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in the Go `net/mail` package. Applications processing untrusted email inputs via `ParseAddress`, `ParseAddressList`, or `ParseDate` functions are susceptible to excessive resource consumption, which can lead to service unavailability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.src",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39820"
},
{
"category": "external",
"summary": "RHBZ#2467820",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467820"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39820",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39820"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39820",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39820"
},
{
"category": "external",
"summary": "https://go.dev/cl/759940",
"url": "https://go.dev/cl/759940"
},
{
"category": "external",
"summary": "https://go.dev/issue/78566",
"url": "https://go.dev/issue/78566"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M",
"url": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4986",
"url": "https://pkg.go.dev/vuln/GO-2026-4986"
}
],
"release_date": "2026-05-07T19:41:19.854000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-02T17:12:13+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.src",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62754"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.src",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.src",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/mail: golang: Go net/mail: Denial of Service via crafted email inputs"
},
{
"cve": "CVE-2026-42499",
"cwe": {
"id": "CWE-1046",
"name": "Creation of Immutable Text Using String Concatenation"
},
"discovery_date": "2026-05-07T20:00:51.685602+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467809"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `net/mail` package within the Go standard library. A remote attacker could provide specially crafted, pathological email addresses. When these malformed email addresses are parsed by the `consumePhrase` function, it can lead to excessive resource consumption due to quadratic string concatenation, resulting in a Denial of Service (DoS) condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/mail: golang: net/mail: Denial of Service via pathological email address parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in the `net/mail` package of the Go standard library. A remote attacker can exploit this flaw by sending specially crafted email addresses, leading to excessive resource consumption and a denial of service in Go applications that parse email addresses using the affected library.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.src",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42499"
},
{
"category": "external",
"summary": "RHBZ#2467809",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467809"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42499",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42499"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42499",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42499"
},
{
"category": "external",
"summary": "https://go.dev/cl/771520",
"url": "https://go.dev/cl/771520"
},
{
"category": "external",
"summary": "https://go.dev/issue/78987",
"url": "https://go.dev/issue/78987"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M",
"url": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4977",
"url": "https://pkg.go.dev/vuln/GO-2026-4977"
}
],
"release_date": "2026-05-07T19:41:18.615000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-02T17:12:13+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.src",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62754"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.src",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.src",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/mail: golang: net/mail: Denial of Service via pathological email address parsing"
},
{
"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": [
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.src",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.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-09-02T17:12:13+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.src",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62754"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.src",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.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": [
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.src",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.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-09-02T17:12:13+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.src",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62754"
}
],
"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": [
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.src",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.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": [
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.src",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.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-09-02T17:12:13+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.src",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62754"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.src",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.src",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.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": [
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.src",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.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-09-02T17:12:13+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.src",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62754"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.src",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.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": [
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.src",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.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-09-02T17:12:13+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.src",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62754"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.src",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-9.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-9.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/tls: golang: Golang crypto/tls: Denial of Service via indefinite KeyUpdate messages"
}
]
}
RHSA-2026:62803
Vulnerability from csaf_redhat - Published: 2026-09-02 19:24 - Updated: 2026-09-04 21:15A 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: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the `net/mail` package of the Go programming language. An attacker could provide specially crafted inputs to the `ParseAddress`, `ParseAddressList`, or `ParseDate` functions. This could lead to excessive consumption of CPU and memory resources, resulting in a Denial of Service (DoS) for applications processing these inputs.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the `net/mail` package within the Go standard library. A remote attacker could provide specially crafted, pathological email addresses. When these malformed email addresses are parsed by the `consumePhrase` function, it can lead to excessive resource consumption due to quadratic string concatenation, resulting in a Denial of Service (DoS) condition.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
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: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.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: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.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: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.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: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.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: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for osbuild-composer is now available for Red Hat Enterprise Linux 9.6 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "A service for building customized OS artifacts, such as VM images and OSTree commits, that uses osbuild under the hood. Besides building images for local usage, it can also upload images directly to cloud. It is compatible with composer-cli and cockpit-composer clients.\n\nSecurity Fix(es):\n\n* net/mail: golang: net/mail: Denial of Service via pathological email address parsing (CVE-2026-42499)\n\n* net/mail: golang: Go net/mail: Denial of Service via crafted email inputs (CVE-2026-39820)\n\n* encoding/asn1: golang: Go encoding/asn1: Denial of Service via excessive recursion in Unmarshal (CVE-2026-33818)\n\n* net/url: golang: golang net/url: Denial of Service from quadratic complexity in path resolution (CVE-2026-56860)\n\n* net/http: golang: Go net/http: Unencrypted HTTP/2 connections vulnerable to Denial of Service (CVE-2026-56853)\n\n* html/template: golang: Go html/template: Cross-Site Scripting via pathological input (CVE-2026-56858)\n\n* crypto/tls: golang: Golang crypto/tls: Denial of Service via indefinite KeyUpdate messages (CVE-2026-56862)\n\n* encoding/xml: golang: Go: Denial of Service via XML decoding recursion depth issue (CVE-2026-56859)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:62803",
"url": "https://access.redhat.com/errata/RHSA-2026:62803"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2467809",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467809"
},
{
"category": "external",
"summary": "2467820",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467820"
},
{
"category": "external",
"summary": "2515815",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515815"
},
{
"category": "external",
"summary": "2515820",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515820"
},
{
"category": "external",
"summary": "2515827",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515827"
},
{
"category": "external",
"summary": "2515838",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515838"
},
{
"category": "external",
"summary": "2515839",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515839"
},
{
"category": "external",
"summary": "2515840",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515840"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_62803.json"
}
],
"title": "Red Hat Security Advisory: osbuild-composer security update",
"tracking": {
"current_release_date": "2026-09-04T21:15:56+00:00",
"generator": {
"date": "2026-09-04T21:15:56+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:62803",
"initial_release_date": "2026-09-02T19:24:49+00:00",
"revision_history": [
{
"date": "2026-09-02T19:24:49+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-09-02T19:24:49+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-04T21:15:56+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:132.2-12.el9_6.x86_64",
"product": {
"name": "osbuild-composer-0:132.2-12.el9_6.x86_64",
"product_id": "osbuild-composer-0:132.2-12.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@132.2-12.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:132.2-12.el9_6.x86_64",
"product": {
"name": "osbuild-composer-core-0:132.2-12.el9_6.x86_64",
"product_id": "osbuild-composer-core-0:132.2-12.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@132.2-12.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:132.2-12.el9_6.x86_64",
"product": {
"name": "osbuild-composer-worker-0:132.2-12.el9_6.x86_64",
"product_id": "osbuild-composer-worker-0:132.2-12.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@132.2-12.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:132.2-12.el9_6.x86_64",
"product": {
"name": "osbuild-composer-debugsource-0:132.2-12.el9_6.x86_64",
"product_id": "osbuild-composer-debugsource-0:132.2-12.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@132.2-12.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:132.2-12.el9_6.x86_64",
"product": {
"name": "osbuild-composer-core-debuginfo-0:132.2-12.el9_6.x86_64",
"product_id": "osbuild-composer-core-debuginfo-0:132.2-12.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@132.2-12.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:132.2-12.el9_6.x86_64",
"product": {
"name": "osbuild-composer-debuginfo-0:132.2-12.el9_6.x86_64",
"product_id": "osbuild-composer-debuginfo-0:132.2-12.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@132.2-12.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.x86_64",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.x86_64",
"product_id": "osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@132.2-12.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.x86_64",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.x86_64",
"product_id": "osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@132.2-12.el9_6?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:132.2-12.el9_6.src",
"product": {
"name": "osbuild-composer-0:132.2-12.el9_6.src",
"product_id": "osbuild-composer-0:132.2-12.el9_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@132.2-12.el9_6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:132.2-12.el9_6.aarch64",
"product": {
"name": "osbuild-composer-0:132.2-12.el9_6.aarch64",
"product_id": "osbuild-composer-0:132.2-12.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@132.2-12.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:132.2-12.el9_6.aarch64",
"product": {
"name": "osbuild-composer-core-0:132.2-12.el9_6.aarch64",
"product_id": "osbuild-composer-core-0:132.2-12.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@132.2-12.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:132.2-12.el9_6.aarch64",
"product": {
"name": "osbuild-composer-worker-0:132.2-12.el9_6.aarch64",
"product_id": "osbuild-composer-worker-0:132.2-12.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@132.2-12.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:132.2-12.el9_6.aarch64",
"product": {
"name": "osbuild-composer-debugsource-0:132.2-12.el9_6.aarch64",
"product_id": "osbuild-composer-debugsource-0:132.2-12.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@132.2-12.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:132.2-12.el9_6.aarch64",
"product": {
"name": "osbuild-composer-core-debuginfo-0:132.2-12.el9_6.aarch64",
"product_id": "osbuild-composer-core-debuginfo-0:132.2-12.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@132.2-12.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:132.2-12.el9_6.aarch64",
"product": {
"name": "osbuild-composer-debuginfo-0:132.2-12.el9_6.aarch64",
"product_id": "osbuild-composer-debuginfo-0:132.2-12.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@132.2-12.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.aarch64",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.aarch64",
"product_id": "osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@132.2-12.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.aarch64",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.aarch64",
"product_id": "osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@132.2-12.el9_6?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:132.2-12.el9_6.ppc64le",
"product": {
"name": "osbuild-composer-0:132.2-12.el9_6.ppc64le",
"product_id": "osbuild-composer-0:132.2-12.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@132.2-12.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:132.2-12.el9_6.ppc64le",
"product": {
"name": "osbuild-composer-core-0:132.2-12.el9_6.ppc64le",
"product_id": "osbuild-composer-core-0:132.2-12.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@132.2-12.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:132.2-12.el9_6.ppc64le",
"product": {
"name": "osbuild-composer-worker-0:132.2-12.el9_6.ppc64le",
"product_id": "osbuild-composer-worker-0:132.2-12.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@132.2-12.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:132.2-12.el9_6.ppc64le",
"product": {
"name": "osbuild-composer-debugsource-0:132.2-12.el9_6.ppc64le",
"product_id": "osbuild-composer-debugsource-0:132.2-12.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@132.2-12.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:132.2-12.el9_6.ppc64le",
"product": {
"name": "osbuild-composer-core-debuginfo-0:132.2-12.el9_6.ppc64le",
"product_id": "osbuild-composer-core-debuginfo-0:132.2-12.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@132.2-12.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:132.2-12.el9_6.ppc64le",
"product": {
"name": "osbuild-composer-debuginfo-0:132.2-12.el9_6.ppc64le",
"product_id": "osbuild-composer-debuginfo-0:132.2-12.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@132.2-12.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.ppc64le",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.ppc64le",
"product_id": "osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@132.2-12.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.ppc64le",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.ppc64le",
"product_id": "osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@132.2-12.el9_6?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:132.2-12.el9_6.s390x",
"product": {
"name": "osbuild-composer-0:132.2-12.el9_6.s390x",
"product_id": "osbuild-composer-0:132.2-12.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@132.2-12.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:132.2-12.el9_6.s390x",
"product": {
"name": "osbuild-composer-core-0:132.2-12.el9_6.s390x",
"product_id": "osbuild-composer-core-0:132.2-12.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@132.2-12.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:132.2-12.el9_6.s390x",
"product": {
"name": "osbuild-composer-worker-0:132.2-12.el9_6.s390x",
"product_id": "osbuild-composer-worker-0:132.2-12.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@132.2-12.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:132.2-12.el9_6.s390x",
"product": {
"name": "osbuild-composer-debugsource-0:132.2-12.el9_6.s390x",
"product_id": "osbuild-composer-debugsource-0:132.2-12.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@132.2-12.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:132.2-12.el9_6.s390x",
"product": {
"name": "osbuild-composer-core-debuginfo-0:132.2-12.el9_6.s390x",
"product_id": "osbuild-composer-core-debuginfo-0:132.2-12.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@132.2-12.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:132.2-12.el9_6.s390x",
"product": {
"name": "osbuild-composer-debuginfo-0:132.2-12.el9_6.s390x",
"product_id": "osbuild-composer-debuginfo-0:132.2-12.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@132.2-12.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.s390x",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.s390x",
"product_id": "osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@132.2-12.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.s390x",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.s390x",
"product_id": "osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@132.2-12.el9_6?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:132.2-12.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.aarch64"
},
"product_reference": "osbuild-composer-0:132.2-12.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:132.2-12.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.ppc64le"
},
"product_reference": "osbuild-composer-0:132.2-12.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:132.2-12.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.s390x"
},
"product_reference": "osbuild-composer-0:132.2-12.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:132.2-12.el9_6.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.src"
},
"product_reference": "osbuild-composer-0:132.2-12.el9_6.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:132.2-12.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.x86_64"
},
"product_reference": "osbuild-composer-0:132.2-12.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:132.2-12.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.aarch64"
},
"product_reference": "osbuild-composer-core-0:132.2-12.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:132.2-12.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.ppc64le"
},
"product_reference": "osbuild-composer-core-0:132.2-12.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:132.2-12.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.s390x"
},
"product_reference": "osbuild-composer-core-0:132.2-12.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:132.2-12.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.x86_64"
},
"product_reference": "osbuild-composer-core-0:132.2-12.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:132.2-12.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.aarch64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:132.2-12.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:132.2-12.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.ppc64le"
},
"product_reference": "osbuild-composer-core-debuginfo-0:132.2-12.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:132.2-12.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.s390x"
},
"product_reference": "osbuild-composer-core-debuginfo-0:132.2-12.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:132.2-12.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.x86_64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:132.2-12.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:132.2-12.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.aarch64"
},
"product_reference": "osbuild-composer-debuginfo-0:132.2-12.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:132.2-12.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.ppc64le"
},
"product_reference": "osbuild-composer-debuginfo-0:132.2-12.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:132.2-12.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.s390x"
},
"product_reference": "osbuild-composer-debuginfo-0:132.2-12.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:132.2-12.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.x86_64"
},
"product_reference": "osbuild-composer-debuginfo-0:132.2-12.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:132.2-12.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.aarch64"
},
"product_reference": "osbuild-composer-debugsource-0:132.2-12.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:132.2-12.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.ppc64le"
},
"product_reference": "osbuild-composer-debugsource-0:132.2-12.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:132.2-12.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.s390x"
},
"product_reference": "osbuild-composer-debugsource-0:132.2-12.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:132.2-12.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.x86_64"
},
"product_reference": "osbuild-composer-debugsource-0:132.2-12.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.aarch64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.ppc64le"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.s390x"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.x86_64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:132.2-12.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.aarch64"
},
"product_reference": "osbuild-composer-worker-0:132.2-12.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:132.2-12.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.ppc64le"
},
"product_reference": "osbuild-composer-worker-0:132.2-12.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:132.2-12.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.s390x"
},
"product_reference": "osbuild-composer-worker-0:132.2-12.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:132.2-12.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.x86_64"
},
"product_reference": "osbuild-composer-worker-0:132.2-12.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.aarch64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.ppc64le"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.s390x"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.x86_64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
}
]
},
"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": [
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.src",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.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-09-02T19:24:49+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.src",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62803"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.src",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.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-39820",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2026-05-07T20:01:27.800929+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467820"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `net/mail` package of the Go programming language. An attacker could provide specially crafted inputs to the `ParseAddress`, `ParseAddressList`, or `ParseDate` functions. This could lead to excessive consumption of CPU and memory resources, resulting in a Denial of Service (DoS) for applications processing these inputs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/mail: golang: Go net/mail: Denial of Service via crafted email inputs",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in the Go `net/mail` package. Applications processing untrusted email inputs via `ParseAddress`, `ParseAddressList`, or `ParseDate` functions are susceptible to excessive resource consumption, which can lead to service unavailability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.src",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39820"
},
{
"category": "external",
"summary": "RHBZ#2467820",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467820"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39820",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39820"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39820",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39820"
},
{
"category": "external",
"summary": "https://go.dev/cl/759940",
"url": "https://go.dev/cl/759940"
},
{
"category": "external",
"summary": "https://go.dev/issue/78566",
"url": "https://go.dev/issue/78566"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M",
"url": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4986",
"url": "https://pkg.go.dev/vuln/GO-2026-4986"
}
],
"release_date": "2026-05-07T19:41:19.854000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-02T19:24:49+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.src",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62803"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.src",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.src",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/mail: golang: Go net/mail: Denial of Service via crafted email inputs"
},
{
"cve": "CVE-2026-42499",
"cwe": {
"id": "CWE-1046",
"name": "Creation of Immutable Text Using String Concatenation"
},
"discovery_date": "2026-05-07T20:00:51.685602+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467809"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `net/mail` package within the Go standard library. A remote attacker could provide specially crafted, pathological email addresses. When these malformed email addresses are parsed by the `consumePhrase` function, it can lead to excessive resource consumption due to quadratic string concatenation, resulting in a Denial of Service (DoS) condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/mail: golang: net/mail: Denial of Service via pathological email address parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in the `net/mail` package of the Go standard library. A remote attacker can exploit this flaw by sending specially crafted email addresses, leading to excessive resource consumption and a denial of service in Go applications that parse email addresses using the affected library.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.src",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42499"
},
{
"category": "external",
"summary": "RHBZ#2467809",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467809"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42499",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42499"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42499",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42499"
},
{
"category": "external",
"summary": "https://go.dev/cl/771520",
"url": "https://go.dev/cl/771520"
},
{
"category": "external",
"summary": "https://go.dev/issue/78987",
"url": "https://go.dev/issue/78987"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M",
"url": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4977",
"url": "https://pkg.go.dev/vuln/GO-2026-4977"
}
],
"release_date": "2026-05-07T19:41:18.615000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-02T19:24:49+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.src",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62803"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.src",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.src",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/mail: golang: net/mail: Denial of Service via pathological email address parsing"
},
{
"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": [
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.src",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.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-09-02T19:24:49+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.src",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62803"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.src",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.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": [
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.src",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.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-09-02T19:24:49+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.src",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62803"
}
],
"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": [
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.src",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.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": [
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.src",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.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-09-02T19:24:49+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.src",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62803"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.src",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.src",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.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": [
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.src",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.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-09-02T19:24:49+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.src",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62803"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.src",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.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": [
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.src",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.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-09-02T19:24:49+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.src",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62803"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.src",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-12.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-12.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/tls: golang: Golang crypto/tls: Denial of Service via indefinite KeyUpdate messages"
}
]
}
RHSA-2026:62851
Vulnerability from csaf_redhat - Published: 2026-09-02 20:27 - Updated: 2026-09-05 01:24A 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 Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64 | — | ||
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64 | — | ||
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64 | — | ||
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64 | — |
A flaw was found in OpenTelemetry-Go. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by sending oversized or invalid baggage headers. The `Parse` function, in affected versions, failed to reject raw-length inputs, leading to excessive processing and error logging when handling these large inputs.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64 | — | ||
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64 | — | ||
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64 | — | ||
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64 | — |
A flaw was found in the `ip-address` library. This library, used for parsing and manipulating IPv4 and IPv6 addresses in JavaScript, is vulnerable to Server-Side Request Forgery (SSRF) due to incorrect classification of IPv4-mapped/NAT64 IPv6 addresses. An attacker could exploit this misclassification to bypass network restrictions and potentially access or manipulate internal resources. This vulnerability can be exploited on any dual-stack host for IPv4-mapped addresses, and for NAT64, it requires a NAT64/DNS64 gateway in the deployment network.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64 | — | ||
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64 | — | ||
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64 | — | ||
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64 | — |
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 Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64 | — | ||
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64 | — | ||
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64 | — | ||
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64 | — |
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 Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64 | — |
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 Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64 | — | ||
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64 | — | ||
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64 | — | ||
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64 | — |
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 Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64 | — | ||
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64 | — | ||
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64 | — | ||
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64 | — |
A flaw was found in axios, a popular JavaScript library. An attacker can exploit this vulnerability by providing malicious form data containing deeply nested field names. This input triggers uncontrolled recursion within the formDataToJSON function, which is responsible for processing form data. The excessive recursion exhausts the application's JavaScript call stack, leading to a denial of service for the affected request or, in some cases, causing the entire application process to terminate.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64 | — |
Workaround
|
A flaw was found in the brace-expansion library. The `expand()` function does not apply `maxLength` when constructing comma-alternative intermediate arrays or padded sequences, allowing attacker-controlled input to exhaust memory or block the event loop, resulting in a denial of service. This issue is due to an incomplete mitigation of CVE-2026-14257.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64 | — |
Workaround
|
A flaw was found in the `ip-address` library. This library incorrectly interprets IPv4 address octets with leading zeros as decimal, while standard network parsers interpret them as octal. This inconsistency can cause applications to misclassify network targets, allowing a remote attacker to bypass security measures like Server-Side Request Forgery (SSRF) filters and potentially gain unauthorized access to internal systems.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat Developer Hub 1.10.4 has been released.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Developer Hub (RHDH) is Red Hat\u0027s enterprise-grade, self-managed, customizable developer portal based on Backstage.io. RHDH is supported on OpenShift and other major Kubernetes clusters (AKS, EKS, GKE). The core features of RHDH include a single pane of glass, a centralized software catalog, self-service via golden path templates, and Tech Docs. RHDH is extensible by plugins.",
"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:62851",
"url": "https://access.redhat.com/errata/RHSA-2026:62851"
},
{
"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-41178",
"url": "https://access.redhat.com/security/cve/CVE-2026-41178"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-54272",
"url": "https://access.redhat.com/security/cve/CVE-2026-54272"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-56858",
"url": "https://access.redhat.com/security/cve/CVE-2026-56858"
},
{
"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-56860",
"url": "https://access.redhat.com/security/cve/CVE-2026-56860"
},
{
"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-67312",
"url": "https://access.redhat.com/security/cve/CVE-2026-67312"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-69152",
"url": "https://access.redhat.com/security/cve/CVE-2026-69152"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-69192",
"url": "https://access.redhat.com/security/cve/CVE-2026-69192"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://catalog.redhat.com/search?gs\u0026searchType=containers\u0026q=rhdh",
"url": "https://catalog.redhat.com/search?gs\u0026searchType=containers\u0026q=rhdh"
},
{
"category": "external",
"summary": "https://developers.redhat.com/rhdh/overview",
"url": "https://developers.redhat.com/rhdh/overview"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_developer_hub",
"url": "https://docs.redhat.com/en/documentation/red_hat_developer_hub"
},
{
"category": "external",
"summary": "https://redhat.atlassian.net/browse/RHDHBUGS-3312",
"url": "https://redhat.atlassian.net/browse/RHDHBUGS-3312"
},
{
"category": "external",
"summary": "https://redhat.atlassian.net/browse/RHDHBUGS-3518",
"url": "https://redhat.atlassian.net/browse/RHDHBUGS-3518"
},
{
"category": "external",
"summary": "https://redhat.atlassian.net/browse/RHDHBUGS-3569",
"url": "https://redhat.atlassian.net/browse/RHDHBUGS-3569"
},
{
"category": "external",
"summary": "https://redhat.atlassian.net/browse/RHDHBUGS-3656",
"url": "https://redhat.atlassian.net/browse/RHDHBUGS-3656"
},
{
"category": "external",
"summary": "https://redhat.atlassian.net/browse/RHIDP-15913",
"url": "https://redhat.atlassian.net/browse/RHIDP-15913"
},
{
"category": "external",
"summary": "https://redhat.atlassian.net/browse/RHIDP-15954",
"url": "https://redhat.atlassian.net/browse/RHIDP-15954"
},
{
"category": "external",
"summary": "https://redhat.atlassian.net/browse/RHIDP-15981",
"url": "https://redhat.atlassian.net/browse/RHIDP-15981"
},
{
"category": "external",
"summary": "https://redhat.atlassian.net/browse/RHIDP-15991",
"url": "https://redhat.atlassian.net/browse/RHIDP-15991"
},
{
"category": "external",
"summary": "https://redhat.atlassian.net/browse/RHIDP-16010",
"url": "https://redhat.atlassian.net/browse/RHIDP-16010"
},
{
"category": "external",
"summary": "https://redhat.atlassian.net/browse/RHIDP-16011",
"url": "https://redhat.atlassian.net/browse/RHIDP-16011"
},
{
"category": "external",
"summary": "https://redhat.atlassian.net/browse/RHIDP-16122",
"url": "https://redhat.atlassian.net/browse/RHIDP-16122"
},
{
"category": "external",
"summary": "https://redhat.atlassian.net/browse/RHIDP-16176",
"url": "https://redhat.atlassian.net/browse/RHIDP-16176"
},
{
"category": "external",
"summary": "https://redhat.atlassian.net/browse/RHIDP-16254",
"url": "https://redhat.atlassian.net/browse/RHIDP-16254"
},
{
"category": "external",
"summary": "https://redhat.atlassian.net/browse/RHIDP-16268",
"url": "https://redhat.atlassian.net/browse/RHIDP-16268"
},
{
"category": "external",
"summary": "https://redhat.atlassian.net/browse/RHIDP-16280",
"url": "https://redhat.atlassian.net/browse/RHIDP-16280"
},
{
"category": "external",
"summary": "https://redhat.atlassian.net/browse/RHIDP-16282",
"url": "https://redhat.atlassian.net/browse/RHIDP-16282"
},
{
"category": "external",
"summary": "https://redhat.atlassian.net/browse/RHIDP-16284",
"url": "https://redhat.atlassian.net/browse/RHIDP-16284"
},
{
"category": "external",
"summary": "https://redhat.atlassian.net/browse/RHIDP-16440",
"url": "https://redhat.atlassian.net/browse/RHIDP-16440"
},
{
"category": "external",
"summary": "https://redhat.atlassian.net/browse/RHIDP-16687",
"url": "https://redhat.atlassian.net/browse/RHIDP-16687"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_62851.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Developer Hub 1.10.4 release.",
"tracking": {
"current_release_date": "2026-09-05T01:24:16+00:00",
"generator": {
"date": "2026-09-05T01:24:16+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:62851",
"initial_release_date": "2026-09-02T20:27:01+00:00",
"revision_history": [
{
"date": "2026-09-02T20:27:01+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-09-02T20:27:29+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-05T01:24:16+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Developer Hub 1.10",
"product": {
"name": "Red Hat Developer Hub 1.10",
"product_id": "Red Hat Developer Hub 1.10",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhdh:1.10::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Developer Hub"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64",
"product": {
"name": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64",
"product_id": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhdh-hub-rhel9@sha256%3A6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4?arch=amd64\u0026repository_url=registry.redhat.io/rhdh/rhdh-hub-rhel9\u0026tag=1788286049"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64",
"product": {
"name": "registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64",
"product_id": "registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhdh-must-gather-rhel9@sha256%3A38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51?arch=amd64\u0026repository_url=registry.redhat.io/rhdh/rhdh-must-gather-rhel9\u0026tag=1788278523"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64",
"product": {
"name": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64",
"product_id": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhdh-rhel9-operator@sha256%3A195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b?arch=amd64\u0026repository_url=registry.redhat.io/rhdh/rhdh-rhel9-operator\u0026tag=1788278786"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64",
"product": {
"name": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64",
"product_id": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhdh-operator-bundle@sha256%3A2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8?arch=amd64\u0026repository_url=registry.redhat.io/rhdh/rhdh-operator-bundle\u0026tag=1788288464"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64",
"product": {
"name": "registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64",
"product_id": "registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhdh-rag-content-rhel9@sha256%3A4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f?arch=amd64\u0026repository_url=registry.redhat.io/rhdh/rhdh-rag-content-rhel9\u0026tag=1788229611"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64 as a component of Red Hat Developer Hub 1.10",
"product_id": "Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64"
},
"product_reference": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64",
"relates_to_product_reference": "Red Hat Developer Hub 1.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64 as a component of Red Hat Developer Hub 1.10",
"product_id": "Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64"
},
"product_reference": "registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64",
"relates_to_product_reference": "Red Hat Developer Hub 1.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64 as a component of Red Hat Developer Hub 1.10",
"product_id": "Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64"
},
"product_reference": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64",
"relates_to_product_reference": "Red Hat Developer Hub 1.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64 as a component of Red Hat Developer Hub 1.10",
"product_id": "Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64"
},
"product_reference": "registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64",
"relates_to_product_reference": "Red Hat Developer Hub 1.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64 as a component of Red Hat Developer Hub 1.10",
"product_id": "Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64"
},
"product_reference": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64",
"relates_to_product_reference": "Red Hat Developer Hub 1.10"
}
]
},
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64"
]
}
],
"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 Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64"
]
},
"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-09-02T20:27:01+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62851"
}
],
"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 Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "encoding/asn1: golang: Go encoding/asn1: Denial of Service via excessive recursion in Unmarshal"
},
{
"cve": "CVE-2026-41178",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-04T16:01:10.300537+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2484830"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenTelemetry-Go. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by sending oversized or invalid baggage headers. The `Parse` function, in affected versions, failed to reject raw-length inputs, leading to excessive processing and error logging when handling these large inputs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/open-telemetry/opentelemetry-go: go.opentelemetry.io/otel/baggage: go.opentelemetry.io/otel/propagation: OpenTelemetry-Go: Denial of Service via oversized baggage headers",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in OpenTelemetry-Go, affecting versions 1.41.0 and 1.43.0. An attacker can exploit this flaw by sending oversized baggage headers, causing the `Parse` function to process invalid inputs and log errors, which can lead to resource exhaustion and service disruption in Red Hat products utilizing these affected OpenTelemetry-Go versions. The impact is considered Important due to the potential for remote, unauthenticated denial of service.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-41178"
},
{
"category": "external",
"summary": "RHBZ#2484830",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484830"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-41178",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41178"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-41178",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-41178"
},
{
"category": "external",
"summary": "https://github.com/open-telemetry/opentelemetry-go/pull/7880",
"url": "https://github.com/open-telemetry/opentelemetry-go/pull/7880"
},
{
"category": "external",
"summary": "https://github.com/open-telemetry/opentelemetry-go/security/advisories/GHSA-5wrp-cwcj-q835",
"url": "https://github.com/open-telemetry/opentelemetry-go/security/advisories/GHSA-5wrp-cwcj-q835"
}
],
"release_date": "2026-06-04T14:38:23.707000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-02T20:27:01+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62851"
}
],
"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 Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/open-telemetry/opentelemetry-go: go.opentelemetry.io/otel/baggage: go.opentelemetry.io/otel/propagation: OpenTelemetry-Go: Denial of Service via oversized baggage headers"
},
{
"cve": "CVE-2026-54272",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2026-07-27T18:01:01.261883+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2507593"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `ip-address` library. This library, used for parsing and manipulating IPv4 and IPv6 addresses in JavaScript, is vulnerable to Server-Side Request Forgery (SSRF) due to incorrect classification of IPv4-mapped/NAT64 IPv6 addresses. An attacker could exploit this misclassification to bypass network restrictions and potentially access or manipulate internal resources. This vulnerability can be exploited on any dual-stack host for IPv4-mapped addresses, and for NAT64, it requires a NAT64/DNS64 gateway in the deployment network.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ip-address: ip-address: Server-Side Request Forgery via IPv4-mapped/NAT64 IPv6 address misclassification",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a Moderate flaw where the `ip-address` JavaScript library incorrectly classifies IPv4-mapped or NAT64 IPv6 addresses. This misclassification can lead to Server-Side Request Forgery (SSRF), allowing an attacker to bypass intended network restrictions and access internal resources. Exploitation is possible on dual-stack hosts for IPv4-mapped addresses, while NAT64 exploitation requires a NAT64/DNS64 gateway.",
"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 Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54272"
},
{
"category": "external",
"summary": "RHBZ#2507593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2507593"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54272",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54272"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54272",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54272"
},
{
"category": "external",
"summary": "https://github.com/beaugunderson/ip-address/security/advisories/GHSA-22jq-vg5j-6vgg",
"url": "https://github.com/beaugunderson/ip-address/security/advisories/GHSA-22jq-vg5j-6vgg"
}
],
"release_date": "2026-07-27T17:13:09.244000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-02T20:27:01+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62851"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "ip-address: ip-address: Server-Side Request Forgery via IPv4-mapped/NAT64 IPv6 address misclassification"
},
{
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64"
]
}
],
"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 Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64"
]
},
"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-09-02T20:27:01+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62851"
}
],
"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 Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64"
]
}
],
"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 Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64"
]
},
"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-09-02T20:27:01+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62851"
},
{
"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 Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64"
]
}
],
"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 Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64"
]
},
"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-09-02T20:27:01+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62851"
}
],
"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 Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64"
]
}
],
"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 Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64"
]
},
"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-09-02T20:27:01+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62851"
}
],
"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 Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/tls: golang: Golang crypto/tls: Denial of Service via indefinite KeyUpdate messages"
},
{
"cve": "CVE-2026-67312",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2026-08-01T13:02:36.502842+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2510007"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in axios, a popular JavaScript library. An attacker can exploit this vulnerability by providing malicious form data containing deeply nested field names. This input triggers uncontrolled recursion within the formDataToJSON function, which is responsible for processing form data. The excessive recursion exhausts the application\u0027s JavaScript call stack, leading to a denial of service for the affected request or, in some cases, causing the entire application process to terminate.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: axios: Denial of Service via uncontrolled recursion in form data processing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important flaw in the axios JavaScript library allows an unauthenticated remote attacker to cause a denial of service. By submitting crafted form data with excessively nested bracket-delimited field names, an attacker can trigger uncontrolled recursion in the formDataToJSON function (exposed as axios.formToJSON() and used internally by the default transformRequest when FormData is sent with Content-Type: application/json), exhausting the JavaScript call stack and causing a RangeError that may terminate the application process. This vulnerability affects applications that pass attacker-controlled FormData field names to axios\u0027 FormData-to-JSON conversion.",
"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 Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-67312"
},
{
"category": "external",
"summary": "RHBZ#2510007",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2510007"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-67312",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-67312"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-67312",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-67312"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-pmv8-rq9r-6j72",
"url": "https://github.com/axios/axios/security/advisories/GHSA-pmv8-rq9r-6j72"
},
{
"category": "external",
"summary": "https://www.vulncheck.com/advisories/axios-before-denial-of-service-via-formtojson",
"url": "https://www.vulncheck.com/advisories/axios-before-denial-of-service-via-formtojson"
}
],
"release_date": "2026-08-01T12:22:18.102000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-02T20:27:01+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62851"
},
{
"category": "workaround",
"details": "Upgrade to axios \u003e= 1.18.0 (1.x) or \u003e= 0.33.0 (0.x), which add recursion depth guards to formDataToJSON. If an immediate upgrade is not possible, validate and limit the nesting depth of FormData field names before passing them to axios.formToJSON() or before sending FormData through axios with Content-Type: application/json, and ensure error handling is in place to catch RangeError exceptions from this code path.",
"product_ids": [
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: axios: Denial of Service via uncontrolled recursion in form data processing"
},
{
"cve": "CVE-2026-69152",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-08-03T18:01:13.566423+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2510722"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the brace-expansion library. The `expand()` function does not apply `maxLength` when constructing comma-alternative intermediate arrays or padded sequences, allowing attacker-controlled input to exhaust memory or block the event loop, resulting in a denial of service. This issue is due to an incomplete mitigation of CVE-2026-14257.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "brace-expansion: DoS via unbounded intermediate arrays, bypassing the CVE-2026-14257 mitigation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Any applications that pass user-controlled input to the `expand()` function are vulnerable to this issue. This flaw can result in an excessive consumption of memory that eventually terminates the process or blocks the event loop, both causing a denial of service. As this vulnerability allows a remote attacker to cause a denial of service, it has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-69152"
},
{
"category": "external",
"summary": "RHBZ#2510722",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2510722"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-69152",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-69152"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-69152",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-69152"
},
{
"category": "external",
"summary": "https://github.com/juliangruber/brace-expansion/commit/139d015104e71433ad52a41d19467c48ecbb2c7d",
"url": "https://github.com/juliangruber/brace-expansion/commit/139d015104e71433ad52a41d19467c48ecbb2c7d"
},
{
"category": "external",
"summary": "https://github.com/juliangruber/brace-expansion/commit/1e30c930238d7162802d88a94189182def178dac",
"url": "https://github.com/juliangruber/brace-expansion/commit/1e30c930238d7162802d88a94189182def178dac"
},
{
"category": "external",
"summary": "https://github.com/juliangruber/brace-expansion/commit/688a99eeaab02627c2b89ba8ba4821fecfa659cf",
"url": "https://github.com/juliangruber/brace-expansion/commit/688a99eeaab02627c2b89ba8ba4821fecfa659cf"
},
{
"category": "external",
"summary": "https://github.com/juliangruber/brace-expansion/commit/cb4b9e47cc2ec777c14b2b4492fb431a56f6a031",
"url": "https://github.com/juliangruber/brace-expansion/commit/cb4b9e47cc2ec777c14b2b4492fb431a56f6a031"
},
{
"category": "external",
"summary": "https://github.com/juliangruber/brace-expansion/security/advisories/GHSA-rgw5-rvv9-x895",
"url": "https://github.com/juliangruber/brace-expansion/security/advisories/GHSA-rgw5-rvv9-x895"
}
],
"release_date": "2026-08-03T16:33:36.324000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-02T20:27:01+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62851"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, do not pass untrusted input to the expand() function.",
"product_ids": [
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "brace-expansion: DoS via unbounded intermediate arrays, bypassing the CVE-2026-14257 mitigation"
},
{
"cve": "CVE-2026-69192",
"cwe": {
"id": "CWE-1389",
"name": "Incorrect Parsing of Numbers with Different Radices"
},
"discovery_date": "2026-08-03T21:02:17.374935+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2510801"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `ip-address` library. This library incorrectly interprets IPv4 address octets with leading zeros as decimal, while standard network parsers interpret them as octal. This inconsistency can cause applications to misclassify network targets, allowing a remote attacker to bypass security measures like Server-Side Request Forgery (SSRF) filters and potentially gain unauthorized access to internal systems.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ip-address: ip-address: Inconsistent IP address parsing leads to Server-Side Request Forgery (SSRF) and trust-boundary bypass",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important flaw in the `ip-address` JavaScript library can lead to Server-Side Request Forgery (SSRF) and trust-boundary bypass. The library\u0027s inconsistent parsing of IP address octets with leading zeros, which it interprets as decimal while the network stack interprets them as octal, can cause applications to misclassify internal IP addresses as external. This discrepancy can bypass security filters designed to prevent access to internal resources.",
"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 Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-69192"
},
{
"category": "external",
"summary": "RHBZ#2510801",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2510801"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-69192",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-69192"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-69192",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-69192"
},
{
"category": "external",
"summary": "https://github.com/beaugunderson/ip-address/commit/56368cb3d66c73ba0ee9b6b834fd31b22c2fd71e",
"url": "https://github.com/beaugunderson/ip-address/commit/56368cb3d66c73ba0ee9b6b834fd31b22c2fd71e"
},
{
"category": "external",
"summary": "https://github.com/beaugunderson/ip-address/releases/tag/v10.3.1",
"url": "https://github.com/beaugunderson/ip-address/releases/tag/v10.3.1"
},
{
"category": "external",
"summary": "https://github.com/beaugunderson/ip-address/security/advisories/GHSA-mwp4-54f8-5fhr",
"url": "https://github.com/beaugunderson/ip-address/security/advisories/GHSA-mwp4-54f8-5fhr"
}
],
"release_date": "2026-08-03T19:56:13.640000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-02T20:27:01+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62851"
},
{
"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 Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:6d6fb29bd26ff5f8ee2df1302cc228c1358a9dfde83f9609f0f6e24e8a6be7c4_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-must-gather-rhel9@sha256:38374b57f1896ba7be54a5778ba55aa0e6766443c5421c6481a82f909cfacc51_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:2ab3f3e5b5f70fdbb03800a0283d5d63dd205d31981786fb8931681d763dc5c8_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rag-content-rhel9@sha256:4d281d580aa4f6a46647e0dd93a6fea9398f35475d4c04d56a326af9ab2a561f_amd64",
"Red Hat Developer Hub 1.10:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:195d22656d8dbcdeca6a7f262caa95315292b2fa89406155d2c5a041ae3d2d5b_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ip-address: ip-address: Inconsistent IP address parsing leads to Server-Side Request Forgery (SSRF) and trust-boundary bypass"
}
]
}
RHSA-2026:63022
Vulnerability from csaf_opensuse - Published: 2026-09-03 06:11 - Updated: 2026-09-04 21:15A 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: AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the `net/mail` package of the Go programming language. An attacker could provide specially crafted inputs to the `ParseAddress`, `ParseAddressList`, or `ParseDate` functions. This could lead to excessive consumption of CPU and memory resources, resulting in a Denial of Service (DoS) for applications processing these inputs.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the `net/mail` package within the Go standard library. A remote attacker could provide specially crafted, pathological email addresses. When these malformed email addresses are parsed by the `consumePhrase` function, it can lead to excessive resource consumption due to quadratic string concatenation, resulting in a Denial of Service (DoS) condition.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
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: AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.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: AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.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: AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.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: AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.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: AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.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 grafana is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, InfluxDB \u0026 OpenTSDB. \n\nSecurity Fix(es):\n\n* net/mail: golang: net/mail: Denial of Service via pathological email address parsing (CVE-2026-42499)\n\n* net/mail: golang: Go net/mail: Denial of Service via crafted email inputs (CVE-2026-39820)\n\n* encoding/asn1: golang: Go encoding/asn1: Denial of Service via excessive recursion in Unmarshal (CVE-2026-33818)\n\n* net/url: golang: golang net/url: Denial of Service from quadratic complexity in path resolution (CVE-2026-56860)\n\n* net/http: golang: Go net/http: Unencrypted HTTP/2 connections vulnerable to Denial of Service (CVE-2026-56853)\n\n* html/template: golang: Go html/template: Cross-Site Scripting via pathological input (CVE-2026-56858)\n\n* crypto/tls: golang: Golang crypto/tls: Denial of Service via indefinite KeyUpdate messages (CVE-2026-56862)\n\n* encoding/xml: golang: Go: Denial of Service via XML decoding recursion depth issue (CVE-2026-56859)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:63022",
"url": "https://access.redhat.com/errata/RHSA-2026:63022"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2467809",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467809"
},
{
"category": "external",
"summary": "2467820",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467820"
},
{
"category": "external",
"summary": "2515815",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515815"
},
{
"category": "external",
"summary": "2515820",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515820"
},
{
"category": "external",
"summary": "2515827",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515827"
},
{
"category": "external",
"summary": "2515838",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515838"
},
{
"category": "external",
"summary": "2515839",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515839"
},
{
"category": "external",
"summary": "2515840",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515840"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_63022.json"
}
],
"title": "Red Hat Security Advisory: grafana security update",
"tracking": {
"current_release_date": "2026-09-04T21:15:58+00:00",
"generator": {
"date": "2026-09-04T21:15:58+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:63022",
"initial_release_date": "2026-09-03T06:11:20+00:00",
"revision_history": [
{
"date": "2026-09-03T06:11:20+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-09-03T06:11:20+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-04T21:15:58+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-28.el10_2.5.src",
"product": {
"name": "grafana-0:10.2.6-28.el10_2.5.src",
"product_id": "grafana-0:10.2.6-28.el10_2.5.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-28.el10_2.5?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-28.el10_2.5.aarch64",
"product": {
"name": "grafana-0:10.2.6-28.el10_2.5.aarch64",
"product_id": "grafana-0:10.2.6-28.el10_2.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-28.el10_2.5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:10.2.6-28.el10_2.5.aarch64",
"product": {
"name": "grafana-selinux-0:10.2.6-28.el10_2.5.aarch64",
"product_id": "grafana-selinux-0:10.2.6-28.el10_2.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@10.2.6-28.el10_2.5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:10.2.6-28.el10_2.5.aarch64",
"product": {
"name": "grafana-debugsource-0:10.2.6-28.el10_2.5.aarch64",
"product_id": "grafana-debugsource-0:10.2.6-28.el10_2.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@10.2.6-28.el10_2.5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:10.2.6-28.el10_2.5.aarch64",
"product": {
"name": "grafana-debuginfo-0:10.2.6-28.el10_2.5.aarch64",
"product_id": "grafana-debuginfo-0:10.2.6-28.el10_2.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@10.2.6-28.el10_2.5?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-28.el10_2.5.ppc64le",
"product": {
"name": "grafana-0:10.2.6-28.el10_2.5.ppc64le",
"product_id": "grafana-0:10.2.6-28.el10_2.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-28.el10_2.5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:10.2.6-28.el10_2.5.ppc64le",
"product": {
"name": "grafana-selinux-0:10.2.6-28.el10_2.5.ppc64le",
"product_id": "grafana-selinux-0:10.2.6-28.el10_2.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@10.2.6-28.el10_2.5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:10.2.6-28.el10_2.5.ppc64le",
"product": {
"name": "grafana-debugsource-0:10.2.6-28.el10_2.5.ppc64le",
"product_id": "grafana-debugsource-0:10.2.6-28.el10_2.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@10.2.6-28.el10_2.5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:10.2.6-28.el10_2.5.ppc64le",
"product": {
"name": "grafana-debuginfo-0:10.2.6-28.el10_2.5.ppc64le",
"product_id": "grafana-debuginfo-0:10.2.6-28.el10_2.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@10.2.6-28.el10_2.5?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-28.el10_2.5.s390x",
"product": {
"name": "grafana-0:10.2.6-28.el10_2.5.s390x",
"product_id": "grafana-0:10.2.6-28.el10_2.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-28.el10_2.5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:10.2.6-28.el10_2.5.s390x",
"product": {
"name": "grafana-selinux-0:10.2.6-28.el10_2.5.s390x",
"product_id": "grafana-selinux-0:10.2.6-28.el10_2.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@10.2.6-28.el10_2.5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:10.2.6-28.el10_2.5.s390x",
"product": {
"name": "grafana-debugsource-0:10.2.6-28.el10_2.5.s390x",
"product_id": "grafana-debugsource-0:10.2.6-28.el10_2.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@10.2.6-28.el10_2.5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:10.2.6-28.el10_2.5.s390x",
"product": {
"name": "grafana-debuginfo-0:10.2.6-28.el10_2.5.s390x",
"product_id": "grafana-debuginfo-0:10.2.6-28.el10_2.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@10.2.6-28.el10_2.5?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-0:10.2.6-28.el10_2.5.x86_64",
"product": {
"name": "grafana-0:10.2.6-28.el10_2.5.x86_64",
"product_id": "grafana-0:10.2.6-28.el10_2.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana@10.2.6-28.el10_2.5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-selinux-0:10.2.6-28.el10_2.5.x86_64",
"product": {
"name": "grafana-selinux-0:10.2.6-28.el10_2.5.x86_64",
"product_id": "grafana-selinux-0:10.2.6-28.el10_2.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-selinux@10.2.6-28.el10_2.5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-debugsource-0:10.2.6-28.el10_2.5.x86_64",
"product": {
"name": "grafana-debugsource-0:10.2.6-28.el10_2.5.x86_64",
"product_id": "grafana-debugsource-0:10.2.6-28.el10_2.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debugsource@10.2.6-28.el10_2.5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "grafana-debuginfo-0:10.2.6-28.el10_2.5.x86_64",
"product": {
"name": "grafana-debuginfo-0:10.2.6-28.el10_2.5.x86_64",
"product_id": "grafana-debuginfo-0:10.2.6-28.el10_2.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/grafana-debuginfo@10.2.6-28.el10_2.5?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-28.el10_2.5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.aarch64"
},
"product_reference": "grafana-0:10.2.6-28.el10_2.5.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-28.el10_2.5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.ppc64le"
},
"product_reference": "grafana-0:10.2.6-28.el10_2.5.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-28.el10_2.5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.s390x"
},
"product_reference": "grafana-0:10.2.6-28.el10_2.5.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-28.el10_2.5.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.src"
},
"product_reference": "grafana-0:10.2.6-28.el10_2.5.src",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-0:10.2.6-28.el10_2.5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.x86_64"
},
"product_reference": "grafana-0:10.2.6-28.el10_2.5.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:10.2.6-28.el10_2.5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.aarch64"
},
"product_reference": "grafana-debuginfo-0:10.2.6-28.el10_2.5.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:10.2.6-28.el10_2.5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.ppc64le"
},
"product_reference": "grafana-debuginfo-0:10.2.6-28.el10_2.5.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:10.2.6-28.el10_2.5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.s390x"
},
"product_reference": "grafana-debuginfo-0:10.2.6-28.el10_2.5.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debuginfo-0:10.2.6-28.el10_2.5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.x86_64"
},
"product_reference": "grafana-debuginfo-0:10.2.6-28.el10_2.5.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:10.2.6-28.el10_2.5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.aarch64"
},
"product_reference": "grafana-debugsource-0:10.2.6-28.el10_2.5.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:10.2.6-28.el10_2.5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.ppc64le"
},
"product_reference": "grafana-debugsource-0:10.2.6-28.el10_2.5.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:10.2.6-28.el10_2.5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.s390x"
},
"product_reference": "grafana-debugsource-0:10.2.6-28.el10_2.5.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-debugsource-0:10.2.6-28.el10_2.5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.x86_64"
},
"product_reference": "grafana-debugsource-0:10.2.6-28.el10_2.5.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:10.2.6-28.el10_2.5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.aarch64"
},
"product_reference": "grafana-selinux-0:10.2.6-28.el10_2.5.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:10.2.6-28.el10_2.5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.ppc64le"
},
"product_reference": "grafana-selinux-0:10.2.6-28.el10_2.5.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:10.2.6-28.el10_2.5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.s390x"
},
"product_reference": "grafana-selinux-0:10.2.6-28.el10_2.5.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-selinux-0:10.2.6-28.el10_2.5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.x86_64"
},
"product_reference": "grafana-selinux-0:10.2.6-28.el10_2.5.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
}
]
},
"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": [
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.src",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.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-09-03T06:11:20+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.src",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:63022"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.src",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.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-39820",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2026-05-07T20:01:27.800929+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467820"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `net/mail` package of the Go programming language. An attacker could provide specially crafted inputs to the `ParseAddress`, `ParseAddressList`, or `ParseDate` functions. This could lead to excessive consumption of CPU and memory resources, resulting in a Denial of Service (DoS) for applications processing these inputs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/mail: golang: Go net/mail: Denial of Service via crafted email inputs",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in the Go `net/mail` package. Applications processing untrusted email inputs via `ParseAddress`, `ParseAddressList`, or `ParseDate` functions are susceptible to excessive resource consumption, which can lead to service unavailability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.src",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39820"
},
{
"category": "external",
"summary": "RHBZ#2467820",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467820"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39820",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39820"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39820",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39820"
},
{
"category": "external",
"summary": "https://go.dev/cl/759940",
"url": "https://go.dev/cl/759940"
},
{
"category": "external",
"summary": "https://go.dev/issue/78566",
"url": "https://go.dev/issue/78566"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M",
"url": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4986",
"url": "https://pkg.go.dev/vuln/GO-2026-4986"
}
],
"release_date": "2026-05-07T19:41:19.854000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-03T06:11:20+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.src",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:63022"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.src",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.src",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/mail: golang: Go net/mail: Denial of Service via crafted email inputs"
},
{
"cve": "CVE-2026-42499",
"cwe": {
"id": "CWE-1046",
"name": "Creation of Immutable Text Using String Concatenation"
},
"discovery_date": "2026-05-07T20:00:51.685602+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467809"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `net/mail` package within the Go standard library. A remote attacker could provide specially crafted, pathological email addresses. When these malformed email addresses are parsed by the `consumePhrase` function, it can lead to excessive resource consumption due to quadratic string concatenation, resulting in a Denial of Service (DoS) condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/mail: golang: net/mail: Denial of Service via pathological email address parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in the `net/mail` package of the Go standard library. A remote attacker can exploit this flaw by sending specially crafted email addresses, leading to excessive resource consumption and a denial of service in Go applications that parse email addresses using the affected library.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.src",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42499"
},
{
"category": "external",
"summary": "RHBZ#2467809",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467809"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42499",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42499"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42499",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42499"
},
{
"category": "external",
"summary": "https://go.dev/cl/771520",
"url": "https://go.dev/cl/771520"
},
{
"category": "external",
"summary": "https://go.dev/issue/78987",
"url": "https://go.dev/issue/78987"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M",
"url": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4977",
"url": "https://pkg.go.dev/vuln/GO-2026-4977"
}
],
"release_date": "2026-05-07T19:41:18.615000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-09-03T06:11:20+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.src",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:63022"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.src",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.src",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/mail: golang: net/mail: Denial of Service via pathological email address parsing"
},
{
"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": [
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.src",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.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-09-03T06:11:20+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.src",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:63022"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.src",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.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": [
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.src",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.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-09-03T06:11:20+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.src",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:63022"
}
],
"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": [
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.src",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.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": [
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.src",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.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-09-03T06:11:20+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.src",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:63022"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.src",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.src",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.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": [
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.src",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.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-09-03T06:11:20+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.src",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:63022"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.src",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.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": [
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.src",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.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-09-03T06:11:20+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.src",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:63022"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.src",
"AppStream-10.2.Z:grafana-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debuginfo-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-debugsource-0:10.2.6-28.el10_2.5.x86_64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.aarch64",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.ppc64le",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.s390x",
"AppStream-10.2.Z:grafana-selinux-0:10.2.6-28.el10_2.5.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.