Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-c9v3-4pv7-87pr

Опубликовано: 06 мар. 2026
Источник: github
Github: Прошло ревью
CVSS3: 7.7

Описание

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.

Пакеты

Наименование

github.com/coredns/coredns

go
Затронутые версииВерсия исправления

< 1.14.2

1.14.2

EPSS

Процентиль: 16%
0.00051
Низкий

7.7 High

CVSS3

Дефекты

CWE-367

Связанные уязвимости

CVSS3: 7.7
redhat
21 день назад

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.

CVSS3: 7.7
nvd
20 дней назад

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.

CVSS3: 7.7
msrc
18 дней назад

CoreDNS ACL Bypass

CVSS3: 7.7
debian
20 дней назад

CoreDNS is a DNS server that chains plugins. Prior to version 1.14.2, ...

EPSS

Процентиль: 16%
0.00051
Низкий

7.7 High

CVSS3

Дефекты

CWE-367