CVE-2026-32280
Go vulnerability analysis and mitigation

Overview

CVE-2026-32280 is a denial-of-service vulnerability in Go's crypto/x509 and crypto/tls standard library packages caused by unbounded work during certificate chain building. When a large number of intermediate certificates are passed via VerifyOptions.Intermediates, the chain-building algorithm does not correctly limit the amount of computation performed, leading to excessive CPU consumption. The vulnerability affects Go versions prior to 1.25.9 and versions 1.26.0 through 1.26.2. It was published on April 8, 2026, and carries a CVSS v3.1 base score of 7.5 (High) (GitHub Advisory, pkg.go.dev).

Technical details

The root cause is classified as CWE-770 (Allocation of Resources Without Limits or Throttling). During X.509 certificate chain building, the Go runtime iterates over intermediate certificates supplied in VerifyOptions.Intermediates without imposing an upper bound on the computational work performed. An unauthenticated remote attacker can supply a crafted TLS handshake or certificate verification request containing a large number of intermediate certificates, triggering exponential or otherwise unbounded processing. This affects both applications directly calling crypto/x509 certificate verification APIs and any application using crypto/tls for TLS connections, since TLS relies on crypto/x509 for chain validation. The fix is tracked under Go issue #78282 and patch CL 758320 (go.dev CL, pkg.go.dev).

Impact

Successful exploitation results in a high-availability impact — an attacker can cause the affected Go process to consume excessive CPU resources, potentially rendering the service unresponsive or causing a complete denial of service. There is no confidentiality or integrity impact. The vulnerability is particularly significant for internet-facing services that accept TLS connections or perform certificate verification on untrusted input, including web servers, API gateways, and any Go application using crypto/tls. Downstream products incorporating Go's standard library — including IBM Instana Observability, IBM App Connect Enterprise, and various Linux distribution packages — are also affected (GitHub Advisory, IBM Advisory).

Exploitability

No public proof-of-concept exploit code is known to exist, and there is no evidence of in-the-wild exploitation at this time (GitHub Advisory). The vulnerability is exploitable remotely without authentication or user interaction, lowering the barrier for potential abuse. The EPSS score is approximately 0.007% (very low probability of exploitation in the next 30 days). The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. No specific threat actor attribution has been reported.

Exploitation steps

  1. Reconnaissance: Identify internet-facing services built with Go (versions < 1.25.9 or 1.26.0–1.26.1) that accept TLS connections or perform X.509 certificate verification, using tools like Shodan, Censys, or banner grabbing.
  2. Craft malicious certificate chain: Generate a large set of intermediate X.509 certificates (e.g., hundreds or thousands) using tools such as OpenSSL or custom Go code. These certificates do not need to be trusted — they only need to be syntactically valid.
  3. Deliver certificates to target: Initiate a TLS handshake with the target service and present the crafted certificate chain, or supply the certificates via an API endpoint that triggers x509.Certificate.Verify() with a populated VerifyOptions.Intermediates pool.
  4. Trigger unbounded computation: The vulnerable chain-building logic processes the large intermediate set without throttling, causing the server's CPU to spike and the service to become unresponsive or crash.
  5. Sustain denial of service: Repeat requests to maintain the DoS condition, as each new connection or verification request re-triggers the expensive computation (pkg.go.dev, go.dev CL).

Indicators of compromise

  • Network: Unusual volume of TLS handshake attempts from a single or small set of source IPs; connections presenting abnormally large certificate chains (hundreds of intermediate certificates in a single handshake).
  • Process/System: Sustained high CPU utilization on Go-based service processes (e.g., near 100% CPU on a single core) without a corresponding increase in legitimate traffic; service timeouts or unresponsiveness during certificate verification operations.
  • Logs: Application logs showing repeated or slow certificate verification operations; TLS handshake errors or timeouts logged in server access/error logs; Go runtime panics or OOM-adjacent errors in application logs during certificate chain processing.

Mitigation and workarounds

The Go project has released fixed versions addressing this vulnerability: Go 1.25.9 and Go 1.26.2. All users of crypto/x509 or crypto/tls should upgrade to one of these versions immediately. No configuration-based workaround is available for the underlying issue; upgrading is the only reliable remediation. Downstream consumers — including IBM Instana Observability, IBM App Connect Enterprise, Red Hat products, openSUSE, Amazon Linux, and others — should apply their respective vendor-provided updates (go.dev CL, pkg.go.dev, IBM Advisory).

Community reactions

The Go team disclosed the vulnerability via the golang-announce mailing list and published a fix through standard Go release channels (golang-announce). The vulnerability was also disclosed on the oss-security mailing list. Multiple Linux distributions (Red Hat, openSUSE, Amazon Linux, AlmaLinux, Rocky Linux) and cloud providers (AWS, Google Cloud) have issued advisories and updated packages. Community reaction has been measured, consistent with a medium-severity DoS issue with no known active exploitation.

Additional resources

Linux Distribution fix status

Fix availability across major Linux distributions and their releases.

Debian

Affected

bookworm

golang-1.19

Affected

sid

golang-1.26: 1.26.2-1

Fixed

trixie

golang-1.24

Affected

Ubuntu

Affected

bionic (esm-apps)

golang-1.13

Affected

bionic (esm-infra)

golang-1.10

Not Affected

devel

golang-1.23

Affected

focal (esm-apps)

golang-1.16

Affected

focal (esm-infra)

golang-1.13

Affected

jammy

golang-1.13

Affected

jammy (esm-apps)

golang-1.13

Affected

noble

golang-1.21

Affected

RHEL / CentOS

Fixed

OpenShift

el8:containernetworking-plugins-1:1.4.0-7.rhaos4.12.el8.src

Fixed

RHEL 8

:appstream:container-tools:rhel8/runc/runc

Fixed

RHEL 9

:appstream:buildah-1:1.29.7-1.el9_2.5.src

Fixed

RHEL 10

buildah-2:1.39.9-1.el10_0.src

Fixed

Alpine

Fixed

edge

go: 1.26.2-r0, 1.73.5-r0

Fixed

v3.23

go: 1.25.9-r0

Fixed

SourceThis report was generated using AI

Related Go vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-56865HIGH8.4
  • Go logoGo
  • gitlab-cng-19.1
NoYesAug 13, 2026
CVE-2026-56864HIGH7.5
  • Go logoGo
  • kyverno-readiness-checker-1.17
NoYesAug 13, 2026
CVE-2026-56862HIGH7.5
  • Go logoGo
  • kepler-fips
NoYesAug 13, 2026
CVE-2026-56859HIGH7.5
  • Go logoGo
  • grafana-elasticsearch
NoYesAug 13, 2026
CVE-2026-56860MEDIUM5.9
  • Go logoGo
  • crossplane-provider-aws-cur-fips
NoYesAug 13, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management