Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
  • Products

    Top Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Products

    Downloads and Containers

    • Downloads
    • Packages
    • Containers

    Top Resources

    • Documentation
    • Product Life Cycles
    • Product Compliance
    • Errata
  • Knowledge

    Red Hat Knowledge Center

    • Knowledgebase Solutions
    • Knowledgebase Articles
    • Customer Portal Labs
    • Errata

    Top Product Docs

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Product Docs

    Training and Certification

    • About
    • Course Index
    • Certification Index
    • Skill Assessment
  • Security

    Red Hat Product Security Center

    • Security Updates
    • Security Advisories
    • Red Hat CVE Database
    • Errata

    References

    • Security Bulletins
    • Severity Ratings
    • Security Data

    Top Resources

    • Security Labs
    • Backporting Policies
    • Security Blog
  • Support

    Red Hat Support

    • Support Cases
    • Troubleshoot
    • Get Support
    • Contact Red Hat Support

    Red Hat Community Support

    • Customer Portal Community
    • Community Discussions
    • Red Hat Accelerator Program

    Top Resources

    • Product Life Cycles
    • Customer Portal Labs
    • Red Hat JBoss Supported Configurations
    • Red Hat Lightspeed
Or troubleshoot an issue.

Select Your Language

  • English
  • Français
  • 한국어
  • 日本語
  • 中文 (中国)

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Lightspeed
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat OpenStack Platform
  • Red Hat OpenShift
  • Red Hat OpenShift AI
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • Red Hat OpenShift Dev Spaces
  • Red Hat OpenShift Service on AWS

Storage

  • Red Hat Gluster Storage
  • Red Hat Hyperconverged Infrastructure
  • Red Hat Ceph Storage
  • Red Hat OpenShift Data Foundation

Runtimes

  • Red Hat Runtimes
  • Red Hat JBoss Enterprise Application Platform
  • Red Hat Data Grid
  • Red Hat JBoss Web Server
  • Red Hat build of Keycloak
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Application Foundations
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
All Products
Red Hat Product Errata RHSA-2026:49702 - Security Advisory
Issued:
2026-08-03
Updated:
2026-08-03

RHSA-2026:49702 - Security Advisory

  • Overview
  • Updated Packages

Synopsis

Important: golang security update

Type/Severity

Security Advisory: Important

Red Hat Lightspeed patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

An update for golang is now available for Red Hat Enterprise Linux 10.0 Extended Update Support.

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.

Description

The golang packages provide the Go programming language compiler.

Security Fix(es):

  • net/mail: golang: net/mail: Denial of Service via pathological email address parsing (CVE-2026-42499)
  • cmd/go: golang: Go command (cmd/go): Integrity bypass due to checksum validation flaw via malicious module proxy (CVE-2026-42501)
  • html/template: golang: Go html/template: Cross-Site Scripting via improper URL escaping in meta tag content (CVE-2026-39823)
  • cmd/go: golang: Go 'go bug' command: Arbitrary file overwrite via symlink attack (CVE-2026-39819)
  • net/http/internal/http2: golang: golang.org/x/net: Go HTTP/2: Denial of Service via malformed SETTINGS_MAX_FRAME_SIZE frame (CVE-2026-33814)
  • net/mail: golang: Go net/mail: Denial of Service via crafted email inputs (CVE-2026-39820)
  • net: golang: Go net package: Denial of Service via long CNAME response in LookupCNAME (CVE-2026-33811)
  • net/http/httputil: golang: net/http/httputil: ReverseProxy forwards hidden query parameters, potentially bypassing security controls (CVE-2026-39825)
  • cmd/go: golang: Go tool pack: Arbitrary file write via malicious archive extraction (CVE-2026-39817)
  • html/template: golang: html/template: Cross-site scripting due to incorrect script tag escaping (CVE-2026-39826)
  • golang.org/x/net/idna: golang: golang.org/x/net/idna: Privilege escalation via incorrect Punycode label processing (CVE-2026-39821)
  • net/textproto: golang: Golang net/textproto: Misleading error messages via input injection (CVE-2026-42507)
  • crypto/x509: golang: golang crypto/x509: Denial of Service via excessive processing of DNS SAN entries (CVE-2026-27145)
  • os: golang: Go os.Root: Symlink following vulnerability allows directory traversal (CVE-2026-39822)

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.

Solution

For details on how to apply this update, which includes the changes described in this advisory, refer to:

https://access.redhat.com/articles/11258

Affected Products

  • Red Hat Enterprise Linux for x86_64 - Extended Update Support 10.0 x86_64
  • Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 10.0 s390x
  • Red Hat Enterprise Linux for Power, little endian - Extended Update Support 10.0 ppc64le
  • Red Hat Enterprise Linux for ARM 64 - Extended Update Support 10.0 aarch64
  • Red Hat Enterprise Linux for ARM 64 - 4 years of updates 10.0 aarch64
  • Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 10.0 s390x
  • Red Hat Enterprise Linux for Power, little endian - 4 years of support 10.0 ppc64le
  • Red Hat Enterprise Linux for x86_64 - 4 years of updates 10.0 x86_64

Fixes

  • BZ - 2467809 - CVE-2026-42499 net/mail: golang: net/mail: Denial of Service via pathological email address parsing
  • BZ - 2467811 - CVE-2026-39823 html/template: golang: Go html/template: Cross-Site Scripting via improper URL escaping in meta tag content
  • BZ - 2467813 - CVE-2026-39819 cmd/go: golang: Go 'go bug' command: Arbitrary file overwrite via symlink attack
  • BZ - 2467815 - CVE-2026-33814 net/http/internal/http2: golang: golang.org/x/net: Go HTTP/2: Denial of Service via malformed SETTINGS_MAX_FRAME_SIZE frame
  • BZ - 2467820 - CVE-2026-39820 net/mail: golang: Go net/mail: Denial of Service via crafted email inputs
  • BZ - 2467822 - CVE-2026-33811 net: golang: Go net package: Denial of Service via long CNAME response in LookupCNAME
  • BZ - 2467823 - CVE-2026-39825 net/http/httputil: golang: net/http/httputil: ReverseProxy forwards hidden query parameters, potentially bypassing security controls
  • BZ - 2467825 - CVE-2026-39817 cmd/go: golang: Go tool pack: Arbitrary file write via malicious archive extraction
  • BZ - 2467826 - CVE-2026-39826 html/template: golang: html/template: Cross-site scripting due to incorrect script tag escaping
  • BZ - 2480756 - CVE-2026-39821 golang.org/x/net/idna: golang: net/http: golang.org/x/net/idna: Privilege escalation via incorrect Punycode label processing
  • BZ - 2484205 - CVE-2026-42507 net/textproto: golang: Golang net/textproto: Misleading error messages via input injection
  • BZ - 2484207 - CVE-2026-27145 crypto/x509: golang: golang crypto/x509: Denial of Service via excessive processing of DNS SAN entries
  • BZ - 2498152 - CVE-2026-39822 golang: Go os.Root: Symlink following vulnerability allows directory traversal

CVEs

  • CVE-2026-27137
  • CVE-2026-27145
  • CVE-2026-33810
  • CVE-2026-33811
  • CVE-2026-33814
  • CVE-2026-39817
  • CVE-2026-39819
  • CVE-2026-39820
  • CVE-2026-39821
  • CVE-2026-39822
  • CVE-2026-39823
  • CVE-2026-39825
  • CVE-2026-39826
  • CVE-2026-42499
  • CVE-2026-42501
  • CVE-2026-42507

References

  • https://access.redhat.com/security/updates/classification/#important
Note: More recent versions of these packages may be available. Click a package name for more details.

Red Hat Enterprise Linux for x86_64 - Extended Update Support 10.0

SRPM
golang-1.26.5-1.el10_0.src.rpm SHA-256: 5c3e13eb5fd233efd51ecf88a5faffc3b8789ea7b829872289f7f1555b40a202
x86_64
go-toolset-1.26.5-1.el10_0.x86_64.rpm SHA-256: 5134f521da69d1b13ec88ca0ab9bc0c489104f0ad9a10df664ab22aebd3f75ef
golang-1.26.5-1.el10_0.x86_64.rpm SHA-256: b3d16fc480c37023f69720c6676a037d89b9f07d62e483a3ddcb3bfbd2fd412f
golang-bin-1.26.5-1.el10_0.x86_64.rpm SHA-256: d63084918c48da275892381c7be8b18ea58623c2a430efe0f8eb03c5c776299e
golang-docs-1.26.5-1.el10_0.noarch.rpm SHA-256: b380fe54439a13ea96b03a3edde975e66bffc81de534ea7d561c8accfc796a58
golang-misc-1.26.5-1.el10_0.noarch.rpm SHA-256: cc003d14fde243d999284b3ef40187030071e78af82b891d611f190f71df96fc
golang-race-1.26.5-1.el10_0.x86_64.rpm SHA-256: 8b6be3bd173a0fd15ab4ce26fcfccc6394d2c8063469c43270382a8845b89640
golang-src-1.26.5-1.el10_0.noarch.rpm SHA-256: 7aaf2764af7f07b2c55939095edece1053e7e6de7998b6cf7c2606a6b312d62c
golang-tests-1.26.5-1.el10_0.noarch.rpm SHA-256: 906a1e4a9312196bec056565711aa79e4f273cc4e04a3749b0babb27a4853ef5

Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 10.0

SRPM
golang-1.26.5-1.el10_0.src.rpm SHA-256: 5c3e13eb5fd233efd51ecf88a5faffc3b8789ea7b829872289f7f1555b40a202
s390x
go-toolset-1.26.5-1.el10_0.s390x.rpm SHA-256: 75c7df3e29e8e401cc107abc0f3818dabc63dfa90ad6333e72f0d1a0aadf2116
golang-1.26.5-1.el10_0.s390x.rpm SHA-256: 65b43ccfd85d9fbf3db035b6ecbc4e76ee25c50f435c94cfdc519d297fba0628
golang-bin-1.26.5-1.el10_0.s390x.rpm SHA-256: 5094ecbb4e3cc289fa603b840bd384c2e321f51c148a3dd42343a97b74e39af9
golang-docs-1.26.5-1.el10_0.noarch.rpm SHA-256: b380fe54439a13ea96b03a3edde975e66bffc81de534ea7d561c8accfc796a58
golang-misc-1.26.5-1.el10_0.noarch.rpm SHA-256: cc003d14fde243d999284b3ef40187030071e78af82b891d611f190f71df96fc
golang-race-1.26.5-1.el10_0.s390x.rpm SHA-256: 64f7da0cf60185308047b4338923cac521e7d837841e8ec783ce14e93044d555
golang-src-1.26.5-1.el10_0.noarch.rpm SHA-256: 7aaf2764af7f07b2c55939095edece1053e7e6de7998b6cf7c2606a6b312d62c
golang-tests-1.26.5-1.el10_0.noarch.rpm SHA-256: 906a1e4a9312196bec056565711aa79e4f273cc4e04a3749b0babb27a4853ef5

Red Hat Enterprise Linux for Power, little endian - Extended Update Support 10.0

SRPM
golang-1.26.5-1.el10_0.src.rpm SHA-256: 5c3e13eb5fd233efd51ecf88a5faffc3b8789ea7b829872289f7f1555b40a202
ppc64le
go-toolset-1.26.5-1.el10_0.ppc64le.rpm SHA-256: 32f64d25c393353a8042584906915b801ff9c5918b3a987d3cb465c7e3f32b16
golang-1.26.5-1.el10_0.ppc64le.rpm SHA-256: fc7200a7082d7813013be36eb7dfbab3313609aa0e22bad526e164e09cca8476
golang-bin-1.26.5-1.el10_0.ppc64le.rpm SHA-256: b644bfc84a497f7f47b08aabe5dcefa474bceca2f9312b1e02bb13063b46a96a
golang-docs-1.26.5-1.el10_0.noarch.rpm SHA-256: b380fe54439a13ea96b03a3edde975e66bffc81de534ea7d561c8accfc796a58
golang-misc-1.26.5-1.el10_0.noarch.rpm SHA-256: cc003d14fde243d999284b3ef40187030071e78af82b891d611f190f71df96fc
golang-race-1.26.5-1.el10_0.ppc64le.rpm SHA-256: 6449c1db2123455a45438d429ffbbebc58cb84226cb1b8cdf5602b12e03e9e6b
golang-src-1.26.5-1.el10_0.noarch.rpm SHA-256: 7aaf2764af7f07b2c55939095edece1053e7e6de7998b6cf7c2606a6b312d62c
golang-tests-1.26.5-1.el10_0.noarch.rpm SHA-256: 906a1e4a9312196bec056565711aa79e4f273cc4e04a3749b0babb27a4853ef5

Red Hat Enterprise Linux for ARM 64 - Extended Update Support 10.0

SRPM
golang-1.26.5-1.el10_0.src.rpm SHA-256: 5c3e13eb5fd233efd51ecf88a5faffc3b8789ea7b829872289f7f1555b40a202
aarch64
go-toolset-1.26.5-1.el10_0.aarch64.rpm SHA-256: 8bcb68840fdf1dfcf64e1c3796aca596820b5dbcf2d5574f38f23e4ad06fa675
golang-1.26.5-1.el10_0.aarch64.rpm SHA-256: ed60d851de737272052a4b2c6c1687b0add3deb1ad5d78c548c059c5bbb8b8da
golang-bin-1.26.5-1.el10_0.aarch64.rpm SHA-256: 7bb9bceb67417795bac87a5aaeec5aaf5323956e6df70cd660aefa706c9a0070
golang-docs-1.26.5-1.el10_0.noarch.rpm SHA-256: b380fe54439a13ea96b03a3edde975e66bffc81de534ea7d561c8accfc796a58
golang-misc-1.26.5-1.el10_0.noarch.rpm SHA-256: cc003d14fde243d999284b3ef40187030071e78af82b891d611f190f71df96fc
golang-race-1.26.5-1.el10_0.aarch64.rpm SHA-256: 7f8b185941bd2d5834d3fa3125e83abe8becacf628ba359bfd40fb1652c09db0
golang-src-1.26.5-1.el10_0.noarch.rpm SHA-256: 7aaf2764af7f07b2c55939095edece1053e7e6de7998b6cf7c2606a6b312d62c
golang-tests-1.26.5-1.el10_0.noarch.rpm SHA-256: 906a1e4a9312196bec056565711aa79e4f273cc4e04a3749b0babb27a4853ef5

Red Hat Enterprise Linux for ARM 64 - 4 years of updates 10.0

SRPM
golang-1.26.5-1.el10_0.src.rpm SHA-256: 5c3e13eb5fd233efd51ecf88a5faffc3b8789ea7b829872289f7f1555b40a202
aarch64
go-toolset-1.26.5-1.el10_0.aarch64.rpm SHA-256: 8bcb68840fdf1dfcf64e1c3796aca596820b5dbcf2d5574f38f23e4ad06fa675
golang-1.26.5-1.el10_0.aarch64.rpm SHA-256: ed60d851de737272052a4b2c6c1687b0add3deb1ad5d78c548c059c5bbb8b8da
golang-bin-1.26.5-1.el10_0.aarch64.rpm SHA-256: 7bb9bceb67417795bac87a5aaeec5aaf5323956e6df70cd660aefa706c9a0070
golang-docs-1.26.5-1.el10_0.noarch.rpm SHA-256: b380fe54439a13ea96b03a3edde975e66bffc81de534ea7d561c8accfc796a58
golang-misc-1.26.5-1.el10_0.noarch.rpm SHA-256: cc003d14fde243d999284b3ef40187030071e78af82b891d611f190f71df96fc
golang-race-1.26.5-1.el10_0.aarch64.rpm SHA-256: 7f8b185941bd2d5834d3fa3125e83abe8becacf628ba359bfd40fb1652c09db0
golang-src-1.26.5-1.el10_0.noarch.rpm SHA-256: 7aaf2764af7f07b2c55939095edece1053e7e6de7998b6cf7c2606a6b312d62c
golang-tests-1.26.5-1.el10_0.noarch.rpm SHA-256: 906a1e4a9312196bec056565711aa79e4f273cc4e04a3749b0babb27a4853ef5

Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 10.0

SRPM
golang-1.26.5-1.el10_0.src.rpm SHA-256: 5c3e13eb5fd233efd51ecf88a5faffc3b8789ea7b829872289f7f1555b40a202
s390x
go-toolset-1.26.5-1.el10_0.s390x.rpm SHA-256: 75c7df3e29e8e401cc107abc0f3818dabc63dfa90ad6333e72f0d1a0aadf2116
golang-1.26.5-1.el10_0.s390x.rpm SHA-256: 65b43ccfd85d9fbf3db035b6ecbc4e76ee25c50f435c94cfdc519d297fba0628
golang-bin-1.26.5-1.el10_0.s390x.rpm SHA-256: 5094ecbb4e3cc289fa603b840bd384c2e321f51c148a3dd42343a97b74e39af9
golang-docs-1.26.5-1.el10_0.noarch.rpm SHA-256: b380fe54439a13ea96b03a3edde975e66bffc81de534ea7d561c8accfc796a58
golang-misc-1.26.5-1.el10_0.noarch.rpm SHA-256: cc003d14fde243d999284b3ef40187030071e78af82b891d611f190f71df96fc
golang-race-1.26.5-1.el10_0.s390x.rpm SHA-256: 64f7da0cf60185308047b4338923cac521e7d837841e8ec783ce14e93044d555
golang-src-1.26.5-1.el10_0.noarch.rpm SHA-256: 7aaf2764af7f07b2c55939095edece1053e7e6de7998b6cf7c2606a6b312d62c
golang-tests-1.26.5-1.el10_0.noarch.rpm SHA-256: 906a1e4a9312196bec056565711aa79e4f273cc4e04a3749b0babb27a4853ef5

Red Hat Enterprise Linux for Power, little endian - 4 years of support 10.0

SRPM
golang-1.26.5-1.el10_0.src.rpm SHA-256: 5c3e13eb5fd233efd51ecf88a5faffc3b8789ea7b829872289f7f1555b40a202
ppc64le
go-toolset-1.26.5-1.el10_0.ppc64le.rpm SHA-256: 32f64d25c393353a8042584906915b801ff9c5918b3a987d3cb465c7e3f32b16
golang-1.26.5-1.el10_0.ppc64le.rpm SHA-256: fc7200a7082d7813013be36eb7dfbab3313609aa0e22bad526e164e09cca8476
golang-bin-1.26.5-1.el10_0.ppc64le.rpm SHA-256: b644bfc84a497f7f47b08aabe5dcefa474bceca2f9312b1e02bb13063b46a96a
golang-docs-1.26.5-1.el10_0.noarch.rpm SHA-256: b380fe54439a13ea96b03a3edde975e66bffc81de534ea7d561c8accfc796a58
golang-misc-1.26.5-1.el10_0.noarch.rpm SHA-256: cc003d14fde243d999284b3ef40187030071e78af82b891d611f190f71df96fc
golang-race-1.26.5-1.el10_0.ppc64le.rpm SHA-256: 6449c1db2123455a45438d429ffbbebc58cb84226cb1b8cdf5602b12e03e9e6b
golang-src-1.26.5-1.el10_0.noarch.rpm SHA-256: 7aaf2764af7f07b2c55939095edece1053e7e6de7998b6cf7c2606a6b312d62c
golang-tests-1.26.5-1.el10_0.noarch.rpm SHA-256: 906a1e4a9312196bec056565711aa79e4f273cc4e04a3749b0babb27a4853ef5

Red Hat Enterprise Linux for x86_64 - 4 years of updates 10.0

SRPM
golang-1.26.5-1.el10_0.src.rpm SHA-256: 5c3e13eb5fd233efd51ecf88a5faffc3b8789ea7b829872289f7f1555b40a202
x86_64
go-toolset-1.26.5-1.el10_0.x86_64.rpm SHA-256: 5134f521da69d1b13ec88ca0ab9bc0c489104f0ad9a10df664ab22aebd3f75ef
golang-1.26.5-1.el10_0.x86_64.rpm SHA-256: b3d16fc480c37023f69720c6676a037d89b9f07d62e483a3ddcb3bfbd2fd412f
golang-bin-1.26.5-1.el10_0.x86_64.rpm SHA-256: d63084918c48da275892381c7be8b18ea58623c2a430efe0f8eb03c5c776299e
golang-docs-1.26.5-1.el10_0.noarch.rpm SHA-256: b380fe54439a13ea96b03a3edde975e66bffc81de534ea7d561c8accfc796a58
golang-misc-1.26.5-1.el10_0.noarch.rpm SHA-256: cc003d14fde243d999284b3ef40187030071e78af82b891d611f190f71df96fc
golang-race-1.26.5-1.el10_0.x86_64.rpm SHA-256: 8b6be3bd173a0fd15ab4ce26fcfccc6394d2c8063469c43270382a8845b89640
golang-src-1.26.5-1.el10_0.noarch.rpm SHA-256: 7aaf2764af7f07b2c55939095edece1053e7e6de7998b6cf7c2606a6b312d62c
golang-tests-1.26.5-1.el10_0.noarch.rpm SHA-256: 906a1e4a9312196bec056565711aa79e4f273cc4e04a3749b0babb27a4853ef5

The Red Hat security contact is secalert@redhat.com. More contact details at https://access.redhat.com/security/team/contact/.

Red Hat LinkedIn YouTube Facebook X, formerly Twitter

Quick Links

  • Downloads
  • Subscriptions
  • Support Cases
  • Customer Service
  • Product Documentation

Help

  • Contact Us
  • Customer Portal FAQ
  • Log-in Assistance

Site Info

  • Trust Red Hat
  • Browser Support Policy
  • Accessibility
  • Awards and Recognition
  • Colophon

Related Sites

  • redhat.com
  • developers.redhat.com
  • connect.redhat.com
  • cloud.redhat.com

Red Hat legal and privacy links

  • About Red Hat
  • Jobs
  • Events
  • Locations
  • Contact Red Hat
  • Red Hat Blog
  • Inclusion at Red Hat
  • Cool Stuff Store
  • Red Hat Summit
© 2026 Red Hat

Red Hat legal and privacy links

  • Privacy statement
  • Terms of use
  • All policies and guidelines
  • Digital accessibility