Back to overview

CVE-2026-62994

LOW
3.7
CVSS 3.1
Description
CoreDNS is a DNS server written in Go. From 1.9.4 until 1.14.5, a network DNS client allowed to request AXFR for a CoreDNS zone can trigger a panic when CoreDNS is configured with k8s_external headless-service zone transfers and Kubernetes contains a headless service endpoint with no declared ports; plugin/kubernetes/object/endpoint.go creates Port: -1, plugin/k8s_external/msg_to_dns.go skips that service, plugin/k8s_external/transfer.go sends an empty []dns.RR batch, and plugin/transfer/transfer.go indexes records[0] without checking the batch is non-empty. This issue is fixed in version 1.14.5.

Metadata

CVE ID
CVE-2026-62994
State
PUBLISHED
Assigner
GitHub_M
Reserved
2026-07-14 23:10 UTC
Published
2026-07-16 19:39 UTC
Last updated
2026-07-16 19:39 UTC
Primary CWE
CWE-248
CWE-248: Uncaught Exception
Vendor / Product
coredns / coredns
Sources
cve.org  ·  NVD

Severity & Metrics

3.7 LOW CVSS 3.1
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L
Affected products (1)
VendorProductPlatformVersions
coredns coredns >= 1.9.4, < 1.14.5
Weakness (CWE)
CWESourceDescription
CWE-248 cna CWE-248: Uncaught Exception
CWE-755 cna CWE-755: Improper Handling of Exceptional Conditions
CVSS scores (1)
ScoreSeverityVersionSourceVector
3.7 LOW 3.1 cna CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L
References (4)
Back to overview