/CVE-2020-8617

PoC for CVE-2020-8617 (BIND)

Primary LanguageDockerfileApache License 2.0Apache-2.0

CVE-2020-8617

PoC for CVE-2020-8617

For educational purposes only

demo

Run

This image runs a standard BIND server, which automatically generates a tkey "local-ddns".

$ docker run --rm --name cve-2020-8617 -it -p 53:53/udp knqyf263/cve-2020-8617

Exploit

$ pipenv install
$ pipenv run python exploit.py

Reference

Author

Teppei Fukuda