Get a Demo

Let's Patch It!

Book a short call with one our specialists, we'll walk you through how Endor Patches work, and ask you a few questions about your environment (like your primary programming languages and repository management). We'll also send you an email right after you fill out the form, feel free to reply with any questions you have in advance!

CVE

CVE-2026-26017

CoreDNS ACL Bypass
Back to all
CVE

CVE-2026-26017

CoreDNS ACL Bypass

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.

Package Versions Affected

Package Version
patch Availability
No items found.

Automatically patch vulnerabilities without upgrading

Fix Without Upgrading
Detect compatible fix
Apply safe remediation
Fix with a single pull request

CVSS Version

Severity
Base Score
CVSS Version
Score Vector
C
H
U
7.7
-
3.1
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
C
H
U
0
-
3.1
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
C
H
U
7.7
-
3.1
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N

Related Resources

No items found.

References

https://github.com/coredns/coredns/security/advisories/GHSA-c9v3-4pv7-87pr, https://nvd.nist.gov/vuln/detail/CVE-2026-26017, https://github.com/coredns/coredns, https://github.com/coredns/coredns/releases/tag/v1.14.2

Severity

7.7

CVSS Score
0
10

Basic Information

Ecosystem
Base CVSS
7.7
EPSS Probability
0.00021%
EPSS Percentile
0.06166%
Introduced Version
0,v1.6.4,v0.0.0-20190904154345-79f37a1460cc
Fix Available
1.14.2,v1.14.2,v0.0.0-20260225101947-4411cff7590d,1.31.43-r2,1.32.35-r1,1.33.25-r1,1.34.17-r2,1.35.7-r1,1.2.5-r7,1.26.7-r9

Fix Critical Vulnerabilities Instantly

Secure your app without upgrading.
Fix Without Upgrading