CVE-2026-35579

CoreDNS is a DNS server written in Go. In versions prior to 1.14.3, the gRPC, QUIC, DoH, and DoH3 transport implementations incorrectly handle TSIG authentication. For gRPC and QUIC, the server checks whether the TSIG key name exists in the configuration but never calls dns.TsigVerify() to validate the HMAC. If the key name matches a configured key, the tsigStatus field remains nil and the tsig plugin treats the request as successfully authenticated regardless of the MAC value. For DoH and DoH3, the issue is more severe: the DoHWriter.TsigStatus() method unconditionally returns nil, and the server never inspects the TSIG record at all. Any request containing a TSIG record is treated as authenticated over DoH and DoH3, even if the key name is invalid and the MAC is arbitrary. An unauthenticated network attacker can exploit this to bypass TSIG-protected functionality such as AXFR/IXFR zone transfers, dynamic DNS updates, or other TSIG-gated plugin behavior. The DoH and DoH3 variants have a lower exploitation bar because the attacker does not need to know a valid TSIG key name. This issue has been fixed in version 1.14.3. As a workaround, disable gRPC, QUIC, DoH, and DoH3 listeners where TSIG authentication is required, or restrict network-level access to affected transport ports to trusted sources only.
Configurations

Configuration 1 (hide)

cpe:2.3:a:coredns.io:coredns:*:*:*:*:*:*:*:*

History

24 Jul 2026, 21:10

Type Values Removed Values Added
Summary
  • (es) CoreDNS es un servidor DNS escrito en Go. En versiones anteriores a la 1.14.3, las implementaciones de transporte gRPC, QUIC, DoH y DoH3 manejan incorrectamente la autenticación TSIG. Para gRPC y QUIC, el servidor verifica si el nombre de la clave TSIG existe en la configuración, pero nunca llama a dns.TsigVerify() para validar el HMAC. Si el nombre de la clave coincide con una clave configurada, el campo tsigStatus permanece nulo y el plugin tsig trata la solicitud como autenticada con éxito, independientemente del valor MAC. Para DoH y DoH3, el problema es más grave: el método DoHWriter.TsigStatus() devuelve nulo incondicionalmente, y el servidor nunca inspecciona el registro TSIG en absoluto. Cualquier solicitud que contenga un registro TSIG se trata como autenticada a través de DoH y DoH3, incluso si el nombre de la clave es inválido y el MAC es arbitrario. Un atacante de red no autenticado puede explotar esto para eludir la funcionalidad protegida por TSIG, como las transferencias de zona AXFR/IXFR, las actualizaciones dinámicas de DNS u otro comportamiento de plugin restringido por TSIG. Las variantes de DoH y DoH3 tienen una barrera de explotación más baja porque el atacante no necesita conocer un nombre de clave TSIG válido. Este problema ha sido corregido en la versión 1.14.3. Como solución alternativa, deshabilite los oyentes gRPC, QUIC, DoH y DoH3 donde se requiera la autenticación TSIG, o restrinja el acceso a nivel de red a los puertos de transporte afectados solo a fuentes confiables.

30 Jun 2026, 03:19

Type Values Removed Values Added
CWE CWE-303
References
  • () https://access.redhat.com/errata/RHSA-2026:25127 -
  • () https://access.redhat.com/security/cve/CVE-2026-35579 -
  • () https://bugzilla.redhat.com/show_bug.cgi?id=2466905 -
  • () https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-35579.json -

17 Jun 2026, 10:40

Type Values Removed Values Added
References () https://github.com/coredns/coredns/security/advisories/GHSA-vp29-5652-4fw9 - Exploit, Vendor Advisory, Mitigation () https://github.com/coredns/coredns/security/advisories/GHSA-vp29-5652-4fw9 - Exploit, Mitigation, Vendor Advisory

08 May 2026, 15:58

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 9.8
References () https://github.com/coredns/coredns/security/advisories/GHSA-vp29-5652-4fw9 - () https://github.com/coredns/coredns/security/advisories/GHSA-vp29-5652-4fw9 - Exploit, Vendor Advisory, Mitigation
CPE cpe:2.3:a:coredns.io:coredns:*:*:*:*:*:*:*:*
First Time Coredns.io
Coredns.io coredns

06 May 2026, 16:16

Type Values Removed Values Added
References () https://github.com/coredns/coredns/security/advisories/GHSA-vp29-5652-4fw9 - () https://github.com/coredns/coredns/security/advisories/GHSA-vp29-5652-4fw9 -

05 May 2026, 21:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-05-05 21:16

Updated : 2026-07-24 21:10


NVD link : CVE-2026-35579

Mitre link : CVE-2026-35579

CVE.ORG link : CVE-2026-35579


JSON object : View

Products Affected

coredns.io

  • coredns
CWE
CWE-287

Improper Authentication

CWE-303

Incorrect Implementation of Authentication Algorithm