Files
kube-hunter/docs/_kb/KHV030.md
2022-03-25 09:03:43 +00:00

854 B

vid, title, categories, severity
vid title categories severity
KHV030 Possible DNS Spoof
Identity Theft
high

{{ page.vid }} - {{ page.title }}

Issue description

Your Kubernetes DNS setup is vulnerable to spoofing attacks which impersonate your DNS for malicious purposes.
In this case the exploited vulnerability was ARP spoofing, but other methods could be used as well.

Remediation

Consider using DNS over TLS. CoreDNS (the common DNS server for Kubernetes) supports this out of the box, but your client applications might not.

References