CoreDNS ACL Bypass in github.com/coredns/coredns
CoreDNS ACL Bypass in github.com/coredns/coredns
02 / AFFECTED SOFTWARE
Affected packages
78 explicit affected versions
03 / CONNECTIONS
Connected vulnerabilities
04 / EVIDENCE
Source records
CoreDNS is a DNS server that chains plugins. Prior to version 1.14.2, a logical vulnerability in CoreDNS allows DNS access controls to be bypassed due to the default execution order of plugins. Security plugins such as acl are evaluated before the rewrite plugin, resulting in a Time-of-Check Time-of-Use (TOCTOU) flaw. This issue has been patched in version 1.14.2.
A logical vulnerability in CoreDNS allows DNS access controls to be bypassed due to the default execution order of plugins. Security plugins such as acl are evaluated before the rewrite plugin, resulting in a Time-of-Check Time-of-Use (TOCTOU) flaw. ### Impact In multi-tenant Kubernetes clusters, this flaw undermines DNS-based segmentation strategies. Example scenario: 1. ACL blocks access to *.admin.svc.cluster.local 2. A rewrite rule maps public-name → admin.svc.cluster.local 3. An unprivileged pod queries public-name 4. ACL allows the request 5. Rewrite exposes the internal admin service IP This allows unauthorized service discovery and reconnaissance of restricted internal infrastructure. ### Patches _Has the problem been patched? What versions should users upgrade to?_ ### Workarounds - Reorder the default plugin.cfg so that: - rewrite and other normalization plugins run before acl, opa, and firewall - Ensure all access control checks are applied after name normalization.
CoreDNS ACL Bypass in github.com/coredns/coredns
05 / REFERENCES
Further evidence
- https://access.redhat.com/errata/RHSA-2026:25127
- https://access.redhat.com/errata/RHSA-2026:36873
- https://access.redhat.com/errata/RHSA-2026:8151
- https://access.redhat.com/security/cve/CVE-2026-26017
- https://bugzilla.redhat.com/show_bug.cgi?id=2445244
- https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/26xxx/CVE-2026-26017.json
- https://github.com/coredns/coredns/releases/tag/v1.14.2
- https://github.com/coredns/coredns/security/advisories/GHSA-c9v3-4pv7-87pr
- https://nvd.nist.gov/vuln/detail/CVE-2026-26017
- https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-26017.json
- https://github.com/coredns/coredns