RHSA-2026:67149HighCVSS 8.8

Red Hat Security Advisory: git-lfs security update

Published
September 14, 2026
Last Modified
September 18, 2026

🔗 CVE IDs covered (7)

📋 Description

CVE-2026-32281 — crypto/x509: golang: Go crypto/x509: Denial of Service via inefficient certificate chain validation CVE-2026-33810 — crypto/x509: golang: Go crypto/x509: Certificate validation bypass due to incorrect DNS constraint application CVE-2026-33811 — net: golang: Go net package: Denial of Service via long CNAME response in LookupCNAME CVE-2026-33818 — encoding/asn1: golang: Go encoding/asn1: Denial of Service via excessive recursion in Unmarshal CVE-2026-39821 — golang.org/x/net/idna: golang: net/http: golang.org/x/net/idna: Privilege escalation via incorrect Punycode label processing CVE-2026-56860 — net/url: golang: golang net/url: Denial of Service from quadratic complexity in path resolution CVE-2026-56862 — crypto/tls: golang: Golang crypto/tls: Denial of Service via indefinite KeyUpdate messages

🎯 Affected products14

  • Red Hat Enterprise Linux AppStream EUS (v. 10.0)
  • git-lfs-0:3.6.1-2.el10_0.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)
  • git-lfs-0:3.6.1-2.el10_0.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)
  • git-lfs-0:3.6.1-2.el10_0.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)
  • git-lfs-0:3.6.1-2.el10_0.7.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)
  • git-lfs-0:3.6.1-2.el10_0.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)
  • git-lfs-debuginfo-0:3.6.1-2.el10_0.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)
  • git-lfs-debuginfo-0:3.6.1-2.el10_0.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)
  • git-lfs-debuginfo-0:3.6.1-2.el10_0.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)
  • git-lfs-debuginfo-0:3.6.1-2.el10_0.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)
  • git-lfs-debugsource-0:3.6.1-2.el10_0.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)
  • git-lfs-debugsource-0:3.6.1-2.el10_0.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)
  • git-lfs-debugsource-0:3.6.1-2.el10_0.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)
  • git-lfs-debugsource-0:3.6.1-2.el10_0.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)

✅ Remediation

For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 Workaround: 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. Workaround: To mitigate this issue, applications can be configured to use the pure Go DNS resolver instead of the `cgo` DNS resolver. This can be achieved by setting the `GODEBUG` environment variable to `netdns=go`. For example, to run a Go application with this mitigation: `GODEBUG=netdns=go /path/to/your/go/application`. This change may require restarting affected applications or services to take effect. Users should verify that this change does not negatively impact DNS resolution for their specific application environment. Workaround: Upgrade to a fixed golang.org/x/net release that includes the idna correction, via updated golang or dependent package rebuilds.

🔗 References (10)