RHSA-2026:60304

Vulnerability from csaf_redhat - Published: 2026-08-26 14:08 - Updated: 2026-09-01 15:40
Summary
Red Hat Security Advisory: golang security, bug fix, and enhancement update
Severity
Important
Notes
Topic: An update for golang is now available for Red Hat Enterprise Linux 9. Red 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.
Details: The golang packages provide the Go programming language compiler. Security Fix(es): * encoding/asn1: golang: Go encoding/asn1: Denial of Service via excessive recursion in Unmarshal (CVE-2026-33818) * net/url: golang: golang net/url: Denial of Service from quadratic complexity in path resolution (CVE-2026-56860) * net/http: golang: Go net/http: Unencrypted HTTP/2 connections vulnerable to Denial of Service (CVE-2026-56853) * html/template: golang: Go html/template: Cross-Site Scripting via pathological input (CVE-2026-56858) * crypto/tls: golang: Golang crypto/tls: Denial of Service via indefinite KeyUpdate messages (CVE-2026-56862) * encoding/xml: golang: Go: Denial of Service via XML decoding recursion depth issue (CVE-2026-56859) Bug Fix(es) and Enhancement(s): * Go 1.26 -- maxThreads limit hit in CGO threads blocked on RAND_bytes in FIPS mode (JIRA:RHEL-215845) * Update Go to version 1.26.7+1 [rhel-9.8.z] (JIRA:RHEL-246425) For 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.
Terms of Use: 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.

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.

CWE-776 - Improper Restriction of Recursive Entity References in DTDs ('XML Entity Expansion')
Affected products
Product Identifier Version Remediation
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.src
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-docs-0:1.26.7-1.el9_8.noarch
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-misc-0:1.26.7-1.el9_8.noarch
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-src-0:1.26.7-1.el9_8.noarch
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-tests-0:1.26.7-1.el9_8.noarch
Vendor Fix fix
Threats
Impact Important

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.

CWE-770 - Allocation of Resources Without Limits or Throttling
Affected products
Product Identifier Version Remediation
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.src
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-docs-0:1.26.7-1.el9_8.noarch
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-misc-0:1.26.7-1.el9_8.noarch
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-src-0:1.26.7-1.el9_8.noarch
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-tests-0:1.26.7-1.el9_8.noarch
Vendor Fix fix
Threats
Impact Important

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.

CWE-79 - Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Affected products
Product Identifier Version Remediation
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.src
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-docs-0:1.26.7-1.el9_8.noarch
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-misc-0:1.26.7-1.el9_8.noarch
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-src-0:1.26.7-1.el9_8.noarch
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-tests-0:1.26.7-1.el9_8.noarch
Vendor Fix fix
Threats
Impact Important

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.

CWE-776 - Improper Restriction of Recursive Entity References in DTDs ('XML Entity Expansion')
Affected products
Product Identifier Version Remediation
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.src
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-docs-0:1.26.7-1.el9_8.noarch
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-misc-0:1.26.7-1.el9_8.noarch
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-src-0:1.26.7-1.el9_8.noarch
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-tests-0:1.26.7-1.el9_8.noarch
Vendor Fix fix
Workaround
Threats
Impact Important

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.

CWE-770 - Allocation of Resources Without Limits or Throttling
Affected products
Product Identifier Version Remediation
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.src
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-docs-0:1.26.7-1.el9_8.noarch
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-misc-0:1.26.7-1.el9_8.noarch
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-src-0:1.26.7-1.el9_8.noarch
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-tests-0:1.26.7-1.el9_8.noarch
Vendor Fix fix
Threats
Impact Important

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.

CWE-1050 - Excessive Platform Resource Consumption within a Loop
Affected products
Product Identifier Version Remediation
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.src
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-docs-0:1.26.7-1.el9_8.noarch
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-misc-0:1.26.7-1.el9_8.noarch
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.aarch64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.s390x
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.x86_64
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-src-0:1.26.7-1.el9_8.noarch
Vendor Fix fix
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:golang-tests-0:1.26.7-1.el9_8.noarch
Vendor Fix fix
Threats
Impact Important
References
URL Category
https://access.redhat.com/errata/RHSA-2026:60304 self
https://access.redhat.com/security/updates/classi… external
https://bugzilla.redhat.com/show_bug.cgi?id=2515815 external
https://bugzilla.redhat.com/show_bug.cgi?id=2515820 external
https://bugzilla.redhat.com/show_bug.cgi?id=2515827 external
https://bugzilla.redhat.com/show_bug.cgi?id=2515838 external
https://bugzilla.redhat.com/show_bug.cgi?id=2515839 external
https://bugzilla.redhat.com/show_bug.cgi?id=2515840 external
https://issues.redhat.com/browse/RHEL-246425 external
https://security.access.redhat.com/data/csaf/v2/a… self
https://access.redhat.com/security/cve/CVE-2026-33818 self
https://bugzilla.redhat.com/show_bug.cgi?id=2515815 external
https://www.cve.org/CVERecord?id=CVE-2026-33818 external
https://nvd.nist.gov/vuln/detail/CVE-2026-33818 external
https://go.dev/cl/814980 external
https://go.dev/issue/80405 external
https://groups.google.com/g/golang-announce/c/94p… external
https://pkg.go.dev/vuln/GO-2026-5972 external
https://access.redhat.com/security/cve/CVE-2026-56853 self
https://bugzilla.redhat.com/show_bug.cgi?id=2515827 external
https://www.cve.org/CVERecord?id=CVE-2026-56853 external
https://nvd.nist.gov/vuln/detail/CVE-2026-56853 external
https://go.dev/cl/795540 external
https://go.dev/issue/80205 external
https://pkg.go.dev/vuln/GO-2026-6089 external
https://access.redhat.com/security/cve/CVE-2026-56858 self
https://bugzilla.redhat.com/show_bug.cgi?id=2515838 external
https://www.cve.org/CVERecord?id=CVE-2026-56858 external
https://nvd.nist.gov/vuln/detail/CVE-2026-56858 external
https://go.dev/cl/807100 external
https://go.dev/issue/80435 external
https://pkg.go.dev/vuln/GO-2026-6091 external
https://access.redhat.com/security/cve/CVE-2026-56859 self
https://bugzilla.redhat.com/show_bug.cgi?id=2515840 external
https://www.cve.org/CVERecord?id=CVE-2026-56859 external
https://nvd.nist.gov/vuln/detail/CVE-2026-56859 external
https://go.dev/cl/803320 external
https://go.dev/issue/80481 external
https://pkg.go.dev/vuln/GO-2026-6088 external
https://access.redhat.com/security/cve/CVE-2026-56860 self
https://bugzilla.redhat.com/show_bug.cgi?id=2515820 external
https://www.cve.org/CVERecord?id=CVE-2026-56860 external
https://nvd.nist.gov/vuln/detail/CVE-2026-56860 external
https://go.dev/cl/803681 external
https://go.dev/issue/80494 external
https://pkg.go.dev/vuln/GO-2026-6218 external
https://access.redhat.com/security/cve/CVE-2026-56862 self
https://bugzilla.redhat.com/show_bug.cgi?id=2515839 external
https://www.cve.org/CVERecord?id=CVE-2026-56862 external
https://nvd.nist.gov/vuln/detail/CVE-2026-56862 external
https://go.dev/cl/804261 external
https://go.dev/issue/80528 external
https://pkg.go.dev/vuln/GO-2026-6090 external

{
  "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.\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\nBug Fix(es) and Enhancement(s):\n\n* Go 1.26 -- maxThreads limit hit in CGO threads blocked on RAND_bytes in FIPS mode (JIRA:RHEL-215845)\n\n* Update Go to version 1.26.7+1 [rhel-9.8.z] (JIRA:RHEL-246425)\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:60304",
        "url": "https://access.redhat.com/errata/RHSA-2026:60304"
      },
      {
        "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": "external",
        "summary": "RHEL-246425",
        "url": "https://issues.redhat.com/browse/RHEL-246425"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_60304.json"
      }
    ],
    "title": "Red Hat Security Advisory: golang security, bug fix, and enhancement update",
    "tracking": {
      "current_release_date": "2026-09-01T15:40:17+00:00",
      "generator": {
        "date": "2026-09-01T15:40:17+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "5.3.16"
        }
      },
      "id": "RHSA-2026:60304",
      "initial_release_date": "2026-08-26T14:08:47+00:00",
      "revision_history": [
        {
          "date": "2026-08-26T14:08:47+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2026-08-26T14:08:47+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2026-09-01T15:40:17+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux AppStream (v. 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": "go-toolset-0:1.26.7-1.el9_8.aarch64",
                "product": {
                  "name": "go-toolset-0:1.26.7-1.el9_8.aarch64",
                  "product_id": "go-toolset-0:1.26.7-1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/go-toolset@1.26.7-1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "golang-0:1.26.7-1.el9_8.aarch64",
                "product": {
                  "name": "golang-0:1.26.7-1.el9_8.aarch64",
                  "product_id": "golang-0:1.26.7-1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/golang@1.26.7-1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "golang-bin-0:1.26.7-1.el9_8.aarch64",
                "product": {
                  "name": "golang-bin-0:1.26.7-1.el9_8.aarch64",
                  "product_id": "golang-bin-0:1.26.7-1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/golang-bin@1.26.7-1.el9_8?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "golang-race-0:1.26.7-1.el9_8.aarch64",
                "product": {
                  "name": "golang-race-0:1.26.7-1.el9_8.aarch64",
                  "product_id": "golang-race-0:1.26.7-1.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/golang-race@1.26.7-1.el9_8?arch=aarch64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "go-toolset-0:1.26.7-1.el9_8.ppc64le",
                "product": {
                  "name": "go-toolset-0:1.26.7-1.el9_8.ppc64le",
                  "product_id": "go-toolset-0:1.26.7-1.el9_8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/go-toolset@1.26.7-1.el9_8?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "golang-0:1.26.7-1.el9_8.ppc64le",
                "product": {
                  "name": "golang-0:1.26.7-1.el9_8.ppc64le",
                  "product_id": "golang-0:1.26.7-1.el9_8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/golang@1.26.7-1.el9_8?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "golang-bin-0:1.26.7-1.el9_8.ppc64le",
                "product": {
                  "name": "golang-bin-0:1.26.7-1.el9_8.ppc64le",
                  "product_id": "golang-bin-0:1.26.7-1.el9_8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/golang-bin@1.26.7-1.el9_8?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "golang-race-0:1.26.7-1.el9_8.ppc64le",
                "product": {
                  "name": "golang-race-0:1.26.7-1.el9_8.ppc64le",
                  "product_id": "golang-race-0:1.26.7-1.el9_8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/golang-race@1.26.7-1.el9_8?arch=ppc64le"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "go-toolset-0:1.26.7-1.el9_8.x86_64",
                "product": {
                  "name": "go-toolset-0:1.26.7-1.el9_8.x86_64",
                  "product_id": "go-toolset-0:1.26.7-1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/go-toolset@1.26.7-1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "golang-0:1.26.7-1.el9_8.x86_64",
                "product": {
                  "name": "golang-0:1.26.7-1.el9_8.x86_64",
                  "product_id": "golang-0:1.26.7-1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/golang@1.26.7-1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "golang-bin-0:1.26.7-1.el9_8.x86_64",
                "product": {
                  "name": "golang-bin-0:1.26.7-1.el9_8.x86_64",
                  "product_id": "golang-bin-0:1.26.7-1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/golang-bin@1.26.7-1.el9_8?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "golang-race-0:1.26.7-1.el9_8.x86_64",
                "product": {
                  "name": "golang-race-0:1.26.7-1.el9_8.x86_64",
                  "product_id": "golang-race-0:1.26.7-1.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/golang-race@1.26.7-1.el9_8?arch=x86_64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "go-toolset-0:1.26.7-1.el9_8.s390x",
                "product": {
                  "name": "go-toolset-0:1.26.7-1.el9_8.s390x",
                  "product_id": "go-toolset-0:1.26.7-1.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/go-toolset@1.26.7-1.el9_8?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "golang-0:1.26.7-1.el9_8.s390x",
                "product": {
                  "name": "golang-0:1.26.7-1.el9_8.s390x",
                  "product_id": "golang-0:1.26.7-1.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/golang@1.26.7-1.el9_8?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "golang-bin-0:1.26.7-1.el9_8.s390x",
                "product": {
                  "name": "golang-bin-0:1.26.7-1.el9_8.s390x",
                  "product_id": "golang-bin-0:1.26.7-1.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/golang-bin@1.26.7-1.el9_8?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "golang-race-0:1.26.7-1.el9_8.s390x",
                "product": {
                  "name": "golang-race-0:1.26.7-1.el9_8.s390x",
                  "product_id": "golang-race-0:1.26.7-1.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/golang-race@1.26.7-1.el9_8?arch=s390x"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "golang-0:1.26.7-1.el9_8.src",
                "product": {
                  "name": "golang-0:1.26.7-1.el9_8.src",
                  "product_id": "golang-0:1.26.7-1.el9_8.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/golang@1.26.7-1.el9_8?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "golang-docs-0:1.26.7-1.el9_8.noarch",
                "product": {
                  "name": "golang-docs-0:1.26.7-1.el9_8.noarch",
                  "product_id": "golang-docs-0:1.26.7-1.el9_8.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/golang-docs@1.26.7-1.el9_8?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "golang-misc-0:1.26.7-1.el9_8.noarch",
                "product": {
                  "name": "golang-misc-0:1.26.7-1.el9_8.noarch",
                  "product_id": "golang-misc-0:1.26.7-1.el9_8.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/golang-misc@1.26.7-1.el9_8?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "golang-src-0:1.26.7-1.el9_8.noarch",
                "product": {
                  "name": "golang-src-0:1.26.7-1.el9_8.noarch",
                  "product_id": "golang-src-0:1.26.7-1.el9_8.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/golang-src@1.26.7-1.el9_8?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "golang-tests-0:1.26.7-1.el9_8.noarch",
                "product": {
                  "name": "golang-tests-0:1.26.7-1.el9_8.noarch",
                  "product_id": "golang-tests-0:1.26.7-1.el9_8.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/golang-tests@1.26.7-1.el9_8?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_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.aarch64"
        },
        "product_reference": "go-toolset-0:1.26.7-1.el9_8.aarch64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "go-toolset-0:1.26.7-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.ppc64le"
        },
        "product_reference": "go-toolset-0:1.26.7-1.el9_8.ppc64le",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "go-toolset-0:1.26.7-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.s390x"
        },
        "product_reference": "go-toolset-0:1.26.7-1.el9_8.s390x",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "go-toolset-0:1.26.7-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.x86_64"
        },
        "product_reference": "go-toolset-0:1.26.7-1.el9_8.x86_64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-0:1.26.7-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.aarch64"
        },
        "product_reference": "golang-0:1.26.7-1.el9_8.aarch64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-0:1.26.7-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.ppc64le"
        },
        "product_reference": "golang-0:1.26.7-1.el9_8.ppc64le",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-0:1.26.7-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.s390x"
        },
        "product_reference": "golang-0:1.26.7-1.el9_8.s390x",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-0:1.26.7-1.el9_8.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.src"
        },
        "product_reference": "golang-0:1.26.7-1.el9_8.src",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-0:1.26.7-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.x86_64"
        },
        "product_reference": "golang-0:1.26.7-1.el9_8.x86_64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-bin-0:1.26.7-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.aarch64"
        },
        "product_reference": "golang-bin-0:1.26.7-1.el9_8.aarch64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-bin-0:1.26.7-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.ppc64le"
        },
        "product_reference": "golang-bin-0:1.26.7-1.el9_8.ppc64le",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-bin-0:1.26.7-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.s390x"
        },
        "product_reference": "golang-bin-0:1.26.7-1.el9_8.s390x",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-bin-0:1.26.7-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.x86_64"
        },
        "product_reference": "golang-bin-0:1.26.7-1.el9_8.x86_64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-docs-0:1.26.7-1.el9_8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:golang-docs-0:1.26.7-1.el9_8.noarch"
        },
        "product_reference": "golang-docs-0:1.26.7-1.el9_8.noarch",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-misc-0:1.26.7-1.el9_8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:golang-misc-0:1.26.7-1.el9_8.noarch"
        },
        "product_reference": "golang-misc-0:1.26.7-1.el9_8.noarch",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-race-0:1.26.7-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.aarch64"
        },
        "product_reference": "golang-race-0:1.26.7-1.el9_8.aarch64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-race-0:1.26.7-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.ppc64le"
        },
        "product_reference": "golang-race-0:1.26.7-1.el9_8.ppc64le",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-race-0:1.26.7-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.s390x"
        },
        "product_reference": "golang-race-0:1.26.7-1.el9_8.s390x",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-race-0:1.26.7-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.x86_64"
        },
        "product_reference": "golang-race-0:1.26.7-1.el9_8.x86_64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-src-0:1.26.7-1.el9_8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:golang-src-0:1.26.7-1.el9_8.noarch"
        },
        "product_reference": "golang-src-0:1.26.7-1.el9_8.noarch",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-tests-0:1.26.7-1.el9_8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:golang-tests-0:1.26.7-1.el9_8.noarch"
        },
        "product_reference": "golang-tests-0:1.26.7-1.el9_8.noarch",
        "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:go-toolset-0:1.26.7-1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.src",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-docs-0:1.26.7-1.el9_8.noarch",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-misc-0:1.26.7-1.el9_8.noarch",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-src-0:1.26.7-1.el9_8.noarch",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-tests-0:1.26.7-1.el9_8.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-08-26T14:08:47+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.src",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-docs-0:1.26.7-1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-misc-0:1.26.7-1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-src-0:1.26.7-1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-tests-0:1.26.7-1.el9_8.noarch"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:60304"
        }
      ],
      "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:go-toolset-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.src",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-docs-0:1.26.7-1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-misc-0:1.26.7-1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-src-0:1.26.7-1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-tests-0:1.26.7-1.el9_8.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.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.src",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-docs-0:1.26.7-1.el9_8.noarch",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-misc-0:1.26.7-1.el9_8.noarch",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-src-0:1.26.7-1.el9_8.noarch",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-tests-0:1.26.7-1.el9_8.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-08-26T14:08:47+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.src",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-docs-0:1.26.7-1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-misc-0:1.26.7-1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-src-0:1.26.7-1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-tests-0:1.26.7-1.el9_8.noarch"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:60304"
        }
      ],
      "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:go-toolset-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.src",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-docs-0:1.26.7-1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-misc-0:1.26.7-1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-src-0:1.26.7-1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-tests-0:1.26.7-1.el9_8.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.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.src",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-docs-0:1.26.7-1.el9_8.noarch",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-misc-0:1.26.7-1.el9_8.noarch",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-src-0:1.26.7-1.el9_8.noarch",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-tests-0:1.26.7-1.el9_8.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-08-26T14:08:47+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.src",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-docs-0:1.26.7-1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-misc-0:1.26.7-1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-src-0:1.26.7-1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-tests-0:1.26.7-1.el9_8.noarch"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:60304"
        }
      ],
      "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:go-toolset-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.src",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-docs-0:1.26.7-1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-misc-0:1.26.7-1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-src-0:1.26.7-1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-tests-0:1.26.7-1.el9_8.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.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.src",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-docs-0:1.26.7-1.el9_8.noarch",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-misc-0:1.26.7-1.el9_8.noarch",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-src-0:1.26.7-1.el9_8.noarch",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-tests-0:1.26.7-1.el9_8.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-08-26T14:08:47+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.src",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-docs-0:1.26.7-1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-misc-0:1.26.7-1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-src-0:1.26.7-1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-tests-0:1.26.7-1.el9_8.noarch"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:60304"
        },
        {
          "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:go-toolset-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.src",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-docs-0:1.26.7-1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-misc-0:1.26.7-1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-src-0:1.26.7-1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-tests-0:1.26.7-1.el9_8.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.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.src",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-docs-0:1.26.7-1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-misc-0:1.26.7-1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-src-0:1.26.7-1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-tests-0:1.26.7-1.el9_8.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.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.src",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-docs-0:1.26.7-1.el9_8.noarch",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-misc-0:1.26.7-1.el9_8.noarch",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-src-0:1.26.7-1.el9_8.noarch",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-tests-0:1.26.7-1.el9_8.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-08-26T14:08:47+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.src",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-docs-0:1.26.7-1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-misc-0:1.26.7-1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-src-0:1.26.7-1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-tests-0:1.26.7-1.el9_8.noarch"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:60304"
        }
      ],
      "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:go-toolset-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.src",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-docs-0:1.26.7-1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-misc-0:1.26.7-1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-src-0:1.26.7-1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-tests-0:1.26.7-1.el9_8.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.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.src",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-docs-0:1.26.7-1.el9_8.noarch",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-misc-0:1.26.7-1.el9_8.noarch",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-src-0:1.26.7-1.el9_8.noarch",
          "AppStream-9.8.0.Z.MAIN.EUS:golang-tests-0:1.26.7-1.el9_8.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-08-26T14:08:47+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.src",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-docs-0:1.26.7-1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-misc-0:1.26.7-1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-src-0:1.26.7-1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-tests-0:1.26.7-1.el9_8.noarch"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:60304"
        }
      ],
      "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:go-toolset-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:go-toolset-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.src",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-bin-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-docs-0:1.26.7-1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-misc-0:1.26.7-1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-race-0:1.26.7-1.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-src-0:1.26.7-1.el9_8.noarch",
            "AppStream-9.8.0.Z.MAIN.EUS:golang-tests-0:1.26.7-1.el9_8.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "crypto/tls: golang: Golang crypto/tls: Denial of Service via indefinite KeyUpdate messages"
    }
  ]
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

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.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Loading…