CVE detail
CVE-2026-32281
Validating certificate chains which use policies is unexpectedly inefficient when certificates in the chain contain a very large number of policy mappings, possibly causing denial of service. This only affects validation of otherwise trusted certificate chains, issued by a root CA in the VerifyOptions.Roots CertPool, or in the system certificate pool.
Buzz score
Why this CVE is surfacing
This all-time snapshot uses the same composite formula as Trending across a 30-year evidence window, rather than a current rolling window.
Buzz score components · mention 17.9 · diversity 20.0 · KEV 0.0 · OTX 0.0 · PoC 0.0
Why it matters now
Mention timeline
- Total mentions
- 0
- within the 30d window
- Peak daily
- 0
- highest bucket
Evidence
Source links by recency
5 source links · newest first
Information published.
vendormsrc.microsoft.comApr 30, 2026, 8:51 AM- https://pkg.go.dev/vuln/GO-2026-4946pkg.go.dev
No excerpt available.
Exploitpkg.go.devApr 8, 2026, 2:16 AM - https://groups.google.com/g/golang-announce/c/0uYbvbPZRWUgroups.google.com
No excerpt available.
Patchgroups.google.comApr 8, 2026, 2:16 AM No excerpt available.
Vendor Advisorygo.devApr 8, 2026, 2:16 AM- https://go.dev/cl/758061go.dev
No excerpt available.
Vendor Advisorygo.devApr 8, 2026, 2:16 AM
Exploit code
Public exploit repository references
Public PoC repositories are third-party, potentially unsafe artifacts. Treat their code as untrusted and use it only on authorized systems in an isolated, least-privilege environment. cvebuzz does not execute the code or verify that an exploit works.
0 repository references · best confidence N/A · max 0 stars
Related records
Similar CVEs
6 related CVEs with shared weakness or product evidence
- CVE-2026-33810CVSS 8.2 · High
When verifying a certificate chain containing excluded DNS constraints, these constraints are not correctly applied to wildcard DNS SANs which use a different case than the constr…
- CVE-2026-27138CVSS 5.9 · Medium
Certificate verification can panic when a certificate in the chain has an empty DNS name and another certificate in the chain has excluded name constraints. This can crash program…
- CVE-2026-27137CVSS 7.5 · High
When verifying a certificate chain which contains a certificate containing multiple email address constraints which share common local portions but different domain portions, thes…
- CVE-2025-68121CVSS 10.0 · Critical
During session resumption in crypto/tls, if the underlying Config has its ClientCAs or RootCAs fields mutated between the initial handshake and the resumed handshake, the resumed…
- CVE-2025-61727CVSS 6.5 · Medium
An excluded subdomain constraint in a certificate chain does not restrict the usage of wildcard SANs in the leaf certificate. For example a constraint that excludes the subdomain…
- CVE-2025-61729CVSS 7.5 · High
Within HostnameError.Error(), when constructing an error string, there is no limit to the number of hosts that will be printed out. Furthermore, the error string is constructed by…