Cyber Resilience

CVE-2025-68151

MediumDDoS

Published: 08 January 2026

Published
08 January 2026
Modified
22 January 2026
KEV Added
Patch
CVSS Score v4 6.6 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0011 29.3th percentile
Risk Priority 13 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-68151 is a medium-severity Allocation of Resources Without Limits or Throttling (CWE-770) vulnerability in Coredns.Io Coredns. Its CVSS base score is 6.6 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application Exhaustion Flood (T1499.003); ranked at the 29.3th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SC-5 (Denial-of-service Protection) and SC-6 (Resource Availability).

Deeper analysis

CVE-2025-68151 is a denial-of-service vulnerability in CoreDNS, a flexible DNS server that chains plugins, affecting versions prior to 1.14.0. Specifically, the gRPC, HTTPS, and HTTP/3 server implementations lack critical resource-limiting controls, such as connection limits, stream limits, or message size constraints. This allows resource exhaustion through uncontrolled concurrent connections, streams, or oversized request bodies. The issue shares similarities with CVE-2025-47950, a QUIC-based DoS vulnerability, but extends to these additional server types. It has a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H) and is associated with CWE-770 (Allocation of Resources Without Limits or Throttling).

An unauthenticated remote attacker can exploit this vulnerability over the network with low complexity, requiring no privileges or user interaction. By opening numerous concurrent connections or streams, or sending oversized request bodies, the attacker can exhaust server memory, leading to performance degradation or complete crashes. This impacts the availability of CoreDNS deployments using the affected protocols, potentially disrupting DNS resolution services.

CoreDNS version 1.14.0 addresses the vulnerability with a patch that introduces the necessary resource limits. Security practitioners should upgrade to this version immediately. Detailed information, including the fixing commit and pull request, is available in the CoreDNS GitHub security advisory (GHSA-527x-5wrf-22m2), commit 0d8cbb1a6bcb6bc9c1a489865278b8725fa20812, and pull request 7490.

EU & UK References

Vulnerability details

CoreDNS is a DNS server that chains plugins. Prior to version 1.14.0, multiple CoreDNS server implementations (gRPC, HTTPS, and HTTP/3) lack critical resource-limiting controls. An unauthenticated remote attacker can exhaust memory and degrade or crash the server by opening many…

more

concurrent connections, streams, or sending oversized request bodies. The issue is similar in nature to CVE-2025-47950 (QUIC DoS) but affects additional server types that do not enforce connection limits, stream limits, or message size constraints. Version 1.14.0 contains a patch.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1499.003 Application Exhaustion Flood Impact
Adversaries may target resource intensive features of applications to cause a denial of service (DoS), denying availability to those applications.
Why these techniques?

Directly enables application-layer resource exhaustion DoS via uncontrolled connections/streams/requests against CoreDNS servers.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-32934Same product: Coredns.Io Coredns
CVE-2026-26018Same product: Coredns.Io Coredns
CVE-2026-26017Same product: Coredns.Io Coredns
CVE-2024-12537Shared CWE-770
CVE-2026-35401Shared CWE-770
CVE-2025-27419Shared CWE-770
CVE-2026-33871Shared CWE-770
CVE-2026-1662Shared CWE-770
CVE-2026-35526Shared CWE-770
CVE-2026-29609Shared CWE-770

Affected Assets

coredns.io
coredns
≤ 1.14.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SC-5 mandates denial-of-service protections including connection limits, stream limits, and message size constraints, directly preventing the resource exhaustion attack on CoreDNS gRPC, HTTPS, and HTTP/3 servers.

prevent

SC-6 enforces resource allocation limits and methods to ensure availability and prevent memory exhaustion from excessive concurrent connections, streams, or oversized requests.

prevent

SI-2 requires timely flaw remediation by patching CoreDNS to version 1.14.0, which introduces the missing resource-limiting controls.

References