CVE-2026-26018

Summary

CoreDNS is a DNS server that chains plugins. Prior to version 1.14.2, a denial of service vulnerability exists in CoreDNS's loop detection plugin that allows an attacker to crash the DNS server by sending specially crafted DNS queries. The vulnerability stems from the use of a predictable pseudo-random number generator (PRNG) for generating a secret query name, combined with a fatal error handler that terminates the entire process. This issue has been patched in version 1.14.2.

Affected Software

VendorProductVersion RangeStatus
corednscoredns< 1.14.2affected

Weaknesses

  • CWE-337: CWE-337: Predictable Seed in Pseudo-Random Number Generator (PRNG)
  • CWE-770: CWE-770: Allocation of Resources Without Limits or Throttling
  • CWE-400: CWE-400: Uncontrolled Resource Consumption

ADP Enrichment

CISA ADP Vulnrichment

  • SSVC:
  • Exploitation: none
    • Automatable: yes
    • Technical Impact: partial

github.com/coredns/coredns: CoreDNS: Denial of Service vulnerability due to predictable pseudo-random number generation

Additional References

References