CVE-2026-27145
CVE-2026-27145 is a medium-severity vulnerability with a CVSS 3.x base score of 6.5. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low. The underlying weakness is classified as CWE-606.
Key facts
- Severity: Medium (CVSS 3.x base score 6.5)
- EPSS exploit prediction: 1% (55th percentile)
- Actively exploited: Not listed in CISA KEV
- EU (EUVD) id: EUVD-2026-34038
- Weakness: CWE-606
- Published:
- Last modified:
Description
(*x509.Certificate).VerifyHostname previously called matchHostnames in a loop over all DNS Subject Alternative Name (SAN) entries. This caused strings.Split(host, ".") to execute repeatedly on the same input hostname. With a large DNS SAN list, verification costs scaled quadratically based on the number of SAN entries multiplied by the hostname's label count. Because x509.Verify validates hostnames before building the certificate chain, this overhead occurred even for untrusted certificates.
Frequently asked questions
- What is CVE-2026-27145?
- (*x509.Certificate).VerifyHostname previously called matchHostnames in a loop over all DNS Subject Alternative Name (SAN) entries. This caused strings.Split(host, ".") to execute repeatedly on the same input hostname. With a large DNS SAN list, verification costs scaled quadratically based on the number of SAN entries multiplied by the hostname's label count. Because x509.Verify validates hostnames before building the certificate chain, this overhead occurred even for untrusted certificates.
- How severe is CVE-2026-27145?
- CVE-2026-27145 has a CVSS 3.x base score of 6.5, rated medium severity. It is exploitable over network with high attack complexity, requires no privileges and no user interaction. Impact on confidentiality is none, integrity low, and availability high.
- Is CVE-2026-27145 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 1% (55th percentile), an estimate of the probability of exploitation in the next 30 days.
- How do I fix CVE-2026-27145?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround.
- Does CVE-2026-27145 have an EU (EUVD) identifier?
- Yes. CVE-2026-27145 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2026-34038.
- When was CVE-2026-27145 published?
- CVE-2026-27145 was published on 2026-06-02 and last updated on 2026-07-08.
References
- https://go.dev/cl/783621
- https://go.dev/issue/79694
- https://groups.google.com/g/golang-announce/c/tKs3rmcBcKw
- https://pkg.go.dev/vuln/GO-2026-5037
- https://access.redhat.com/errata/RHSA-2026:33574
- https://access.redhat.com/errata/RHSA-2026:34357
- https://access.redhat.com/errata/RHSA-2026:34359
- https://access.redhat.com/errata/RHSA-2026:35832
- https://access.redhat.com/errata/RHSA-2026:36317
- https://access.redhat.com/errata/RHSA-2026:36648
- https://access.redhat.com/security/cve/CVE-2026-27145
- https://bugzilla.redhat.com/show_bug.cgi?id=2484207
- https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-27145.json
Other CWE-606 vulnerabilities
- CVE-2026-27689 — High (CVSS 7.7): Due to an uncontrolled resource consumption (Denial of Service) vulnerability, an authenticated attacker with regular…
- CVE-2026-1519 — High (CVSS 7.5): If a BIND resolver is performing DNSSEC validation and encounters a maliciously crafted zone, the resolver may consume…
- CVE-2025-43801 — High (CVSS 7.5): Unchecked input for loop condition vulnerability in XML-RPC in Liferay Portal 7.4.0 through 7.4.3.111, and older…
- CVE-2024-34486 — High (CVSS 7.5): OFPPacketQueue in parser.py in Faucet SDN Ryu 4.34 allows attackers to cause a denial of service (infinite loop) via…
- CVE-2024-13931 — High (CVSS 7.2): Relative Path Traversal vulnerabilities in ASPECT allow access to file resources if session administrator credentials…
- CVE-2025-42930 — Medium (CVSS 6.5): SAP Business Planning and Consolidation allows an authenticated standard user to call a function module by crafting…