-
Notifications
You must be signed in to change notification settings - Fork 588
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
document DNS spoofing vulnerability (#206)
* document dnsspoof vuln * fix relative url
- Loading branch information
Showing
2 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
id: KHV030 | ||
title: Possible DNS Spoof | ||
categories: [Identity Theft] | ||
--- | ||
|
||
# KHV030 - Possible DNS Spoof | ||
|
||
## 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 | ||
|
||
- [DNS Spoofing on Kubernetes Clusters](https://blog.aquasec.com/dns-spoofing-kubernetes-clusters) | ||
- [KHV020 - Possible Arp Spoof]({{ site.baseurl }}{% link kb/KHV020.md %}) | ||
- [CoreDNS DNS over TLS](https://coredns.io/manual/toc/#specifying-a-protocol) | ||
- [DNS over TLS spec](https://tools.ietf.org/html/rfc7858) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters