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.
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.
Has the problem been patched? What versions should users upgrade to?
{
"nvd_published_at": "2026-03-06T16:16:10Z",
"github_reviewed": true,
"cwe_ids": [
"CWE-367"
],
"github_reviewed_at": "2026-03-06T18:04:00Z",
"severity": "HIGH"
}