7.5 CVE-2026-33190

Enriched by CISA Exploit
 

CoreDNS is a DNS server that chains plugins. In versions prior to 1.14.3, the tsig plugin can be bypassed on non-plain-DNS transports (DoT, DoH, DoH3, DoQ, and gRPC) because it trusts the transport writer's TsigStatus() instead of performing verification itself. The DoH and DoH3 writer's TsigStatus() always returns nil, the DoT server does not set TsigSecret on the dns.Server, and the DoQ and gRPC writers also unconditionally return nil. This allows an unauthenticated remote client to bypass TSIG-based authentication and access resources intended to be restricted behind a tsig require all policy. Plain DNS over TCP and UDP are not affected. This issue has been fixed in version 1.14.3.
https://nvd.nist.gov/vuln/detail/CVE-2026-33190

Categories

CWE-303 : Incorrect Implementation of Authentication Algorithm
This incorrect implementation may allow authentication to be bypassed.

References

134c704f-9b21-4f2e-91b3-4a467353bcc0 Exploit

security-advisories@github.com Exploit


 

AFFECTED (from MITRE)


Vendor Product Versions
coredns coredns
  • < 1.14.3 [affected]
© 2022 The MITRE Corporation. This work is reproduced and distributed with the permission of The MITRE Corporation.

CPE

cpe start end
Configuration 1
cpe:2.3:a:coredns.io:coredns:*:*:*:*:*:*:*:* < 1.14.3


REMEDIATION




EXPLOITS


Exploit-db.com

id description date
No known exploits

POC Github

Url
No known exploits

Other Nist (github, ...)

Url
https://github.com/coredns/coredns/security/advisories/GHSA-qhmp-q7xh-99rh
https://github.com/coredns/coredns/security/advisories/GHSA-qhmp-q7xh-99rh


CAPEC


Common Attack Pattern Enumerations and Classifications

id description severity
90 Reflection Attack in Authentication Protocol
High