<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Cve-2026-82399 - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/cve-2026-82399/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Fri, 18 Sep 2026 01:11:17 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/cve-2026-82399/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>CoreDNS DoH/DoQ/gRPC RFC 2136 UPDATE Bypass</title><link>https://feed.craftedsignal.io/briefs/2026-09-coredns-dns-update-bypass/</link><pubDate>Fri, 18 Sep 2026 01:11:17 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-coredns-dns-update-bypass/</guid><description>CoreDNS versions up to 1.14.6 fail to validate DNS UPDATE opcodes over DoH, DoH3, DoQ, and gRPC, allowing attackers to relay unauthorized updates to upstream servers.</description><content:encoded><![CDATA[<p>CoreDNS versions 1.14.6 and earlier contain a vulnerability where DNS-over-HTTPS (DoH), DNS-over-HTTPS3 (DoH3), DNS-over-QUIC (DoQ), and DNS-over-gRPC listeners do not enforce the same request policy applied to standard UDP and TCP listeners. Specifically, these modern transports failed to filter out RFC 2136 UPDATE messages. When CoreDNS is configured with the 'forward' or 'proxy' plugin, it forwards these unauthorized UPDATE messages to an upstream authoritative DNS server.</p>
<p>If the upstream server is configured to trust requests originating from the CoreDNS server IP address or an authenticated session, the upstream will process these updates as legitimate requests from the proxy itself. This bypasses the need for the attacker to provide end-to-end TSIG authentication, enabling unauthorized modification, redirection, or deletion of DNS records in the target zone. Defenders should patch CoreDNS to the latest version to ensure UPDATE opcodes are rejected by these transports before plugin dispatch.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies a CoreDNS instance reachable via DoH, DoH3, DoQ, or gRPC.</li>
<li>Attacker crafts an RFC 2136 UPDATE packet targeting a zone hosted by an upstream DNS server configured behind the CoreDNS instance.</li>
<li>Attacker sends the malicious UPDATE packet to the target CoreDNS instance over one of the vulnerable transports (e.g., DoH).</li>
<li>The CoreDNS listener parses the message header without invoking <code>dns.DefaultMsgAcceptFunc</code> to validate the opcode.</li>
<li>The CoreDNS server dispatches the unauthorized UPDATE message to the 'forward' or 'proxy' plugin.</li>
<li>The 'forward' plugin encapsulates or relays the original UPDATE request to the upstream authoritative server.</li>
<li>The upstream server accepts the UPDATE, trusting the request due to the established connection or trusted source IP of the CoreDNS server.</li>
<li>The upstream server modifies the DNS record, leading to traffic redirection or zone disruption.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows unauthenticated attackers to manipulate DNS infrastructure. By injecting or altering records, attackers can facilitate traffic redirection (man-in-the-middle), intercept sensitive data, disrupt mail delivery, or take over legitimate names. The scope of impact depends on the sensitivity of the zones managed by the upstream authoritative servers and whether they rely on the CoreDNS proxy for implicit trust.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade all instances of CoreDNS to a version containing the fix for CVE-2026-86003.</li>
<li>Audit CoreDNS 'forward' and 'proxy' plugin configurations to ensure upstream servers require explicit TSIG authentication for all zones that accept dynamic updates.</li>
<li>Monitor logs for unusual DNS UPDATE activity originating from CoreDNS infrastructure toward sensitive internal or external authoritative zones.</li>
<li>Restrict access to DoH, DoQ, and gRPC endpoints to authorized clients at the network edge if these services are not required for public exposure.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>dns</category><category>coredns</category><category>vulnerability</category><category>rfc-2136</category><category>denial-of-service</category><category>cve-2026-82399</category><category>networking</category></item></channel></rss>