LiveActive security incident?Get immediate response
CVE Record

CVE-2026-62309: CoreDNS: proxyproto plugin panics on PPv2 datagram with non-UDP transport — single 28-byte packet remote DoS

CoreDNS is a DNS server written in Go. Prior to 1.14.4, a single 28-byte UDP datagram can crash the CoreDNS process when the proxyproto plugin is enabled because plugin/pkg/proxyproto/proxyproto.go PacketConn.ReadFrom handles a PROXY v2 header with non-UDP transport such as family byte 0x11, reassigns addr from a nil readFrom result after parseProxyProtocol errors, and calls addr.String() in the warning log before ServeDNS recovery applies. This issue is fixed in version 1.14.4.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CoreDNS versions before 1.14.4 can crash when the proxyproto plugin receives a malformed PROXY protocol v2 datagram over UDP. For organizations relying on CoreDNS for service discovery or public DNS, this is primarily an availability risk: a remote unauthenticated sender could interrupt DNS resolution.

Executive priority

Treat this as urgent for exposed or business-critical DNS infrastructure. It is not a data theft issue, but DNS process crashes can disrupt applications, Kubernetes service discovery, and customer-facing availability.

Technical view

The issue is a nil pointer dereference in plugin/pkg/proxyproto/proxyproto.go. PacketConn.ReadFrom mishandles a PROXY v2 header using a non-UDP transport, then logs addr.String() after addr may be nil. The crash happens before normal ServeDNS recovery applies. CoreDNS 1.14.4 fixes the flaw.

Likely exposure

Exposure is limited to CoreDNS deployments before 1.14.4 with the proxyproto plugin enabled and reachable over UDP. Kubernetes clusters, service meshes, or edge DNS deployments should verify whether CoreDNS is vendor-packaged and whether proxy protocol support is configured.

Exploitation context

The source bundle does not show CISA KEV listing or confirmed active exploitation. The CVSS 7.5 rating reflects network access, low complexity, no privileges, no user interaction, and high availability impact.

Researcher notes

Evidence supports CoreDNS before 1.14.4 with proxyproto enabled as affected. The public bundle names the vulnerable code path and fixing release, but does not provide broader downstream vendor package status or exploitation telemetry.

Mitigation direction

  • Upgrade CoreDNS to 1.14.4 or later.
  • Disable proxyproto where it is not required until patched.
  • Restrict UDP access to CoreDNS to trusted infrastructure where feasible.
  • Review the CoreDNS advisory and release notes before rollout.
  • Monitor CoreDNS restarts and DNS availability during remediation.

Validation and detection

  • Identify all CoreDNS instances and record their versions.
  • Inspect CoreDNS configuration for proxyproto plugin usage.
  • Confirm upgraded binaries report version 1.14.4 or later.
  • Verify DNS health checks remain stable after upgrade.
  • Review logs for panic crashes or unexpected restarts.
Prepared
Confidence
high
Sources
6

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-476: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-62309 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
3Timeline events
1ADP providers
5Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: yesTechnical Impact: partial

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7.5CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H3.93.6GitHub_M

Vulnerability scoring details

Base CVSS 3.1 score

7.5High
CVSS 3.1 vector shape for CVE-2026-62309Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
corednscoredns< 1.14.4Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-476 · source CWE mapping

NULL Pointer Dereference

NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.