OESA-2026-3369

Source
https://www.openeuler.org/en/security/security-bulletins/detail/?id=openEuler-SA-2026-3369
Import Source
https://repo.openeuler.org/security/data/osv/OESA-2026-3369.json
JSON Data
https://api.test.osv.dev/v1/vulns/OESA-2026-3369
Upstream
Published
2026-08-13T14:01:52Z
Modified
2026-08-16T01:45:21.581244442Z
Severity
  • 9.8 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
coredns security update
Details

CoreDNS is a fast and flexible DNS server. The key word here is flexible: with CoreDNS you are able to do what you want with your DNS data by utilizing plugins.

Security Fix(es):

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.(CVE-2026-35579)

Database specific
{
    "severity": "Critical"
}
References

Affected packages

openEuler:24.03-LTS-SP1 / coredns

Package

Name
coredns
Purl
pkg:rpm/openEuler/coredns&distro=openEuler-24.03-LTS-SP1

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.7.0-1.8.oe2403sp1

Ecosystem specific

{
    "src": [
        "coredns-1.7.0-1.8.oe2403sp1.src.rpm"
    ],
    "x86_64": [
        "coredns-1.7.0-1.8.oe2403sp1.x86_64.rpm",
        "coredns-help-1.7.0-1.8.oe2403sp1.x86_64.rpm"
    ],
    "aarch64": [
        "coredns-1.7.0-1.8.oe2403sp1.aarch64.rpm",
        "coredns-help-1.7.0-1.8.oe2403sp1.aarch64.rpm"
    ]
}

Database specific

source
"https://repo.openeuler.org/security/data/osv/OESA-2026-3369.json"