Exploitation Summary
CVE-2015-5477 has been observed exploited in the wild (reported by VulnCheck KEV).
EIP tracks 11 public exploits from researchers including Errata Security, elceef, robertdavidgraham, including a Metasploit module auxiliary/dos/dns/bind_tkey.
AI-analyzed exploit summary This PoC exploits CVE-2015-5477, a DoS vulnerability in BIND9's TKEY handling. It sends a malformed TKEY packet to crash the server by triggering an assertion failure during record lookup.
Description
named in ISC BIND 9.x before 9.9.7-P2 and 9.10.x before 9.10.2-P3 allows remote attackers to cause a denial of service (REQUIRE assertion failure and daemon exit) via TKEY queries.
Exploits (11)
This PoC exploits CVE-2015-5477, a DoS vulnerability in BIND9's TKEY handling. It sends a malformed TKEY packet to crash the server by triggering an assertion failure during record lookup.
This PoC exploits CVE-2015-5477, a DoS vulnerability in BIND9's TKEY query handling. It sends a malformed DNS packet to trigger a crash in vulnerable BIND9 servers.
This is a functional proof-of-concept exploit for CVE-2015-5477, a denial-of-service vulnerability in BIND9. It sends a malformed TKEY packet to trigger an assertion failure, crashing the server.
This PoC exploits CVE-2015-5477, a DoS vulnerability in BIND9 DNS servers by sending a malformed TKEY query via UDP. The payload triggers a crash in vulnerable BIND9 versions.
This PoC exploits CVE-2015-5477, a DNS vulnerability in BIND, by sending malformed TKEY and version packets to trigger a denial-of-service (DoS) condition. The script uses TCP to send crafted packets and checks for responses.
This PoC exploits CVE-2015-5477, a DoS vulnerability in BIND9 caused by a TKEY query assertion failure. The script sends a malformed DNS query with a TKEY record, triggering a crash in vulnerable BIND9 instances.
This repository provides a Docker container running a vulnerable version of BIND9 (Debian Wheezy) to demonstrate CVE-2015-5477, a TKEY query denial-of-service vulnerability. The PoC includes instructions to trigger the crash using an external exploit script.
This PoC exploits CVE-2015-5477, a DoS vulnerability in BIND9's TKEY query handling. It sends a malformed DNS packet to trigger a crash in vulnerable BIND9 servers.
The repository contains only a README.md file with minimal content, mentioning CVE-2015-5477 but providing no exploit code or technical details. It appears to be a placeholder or stub.
This repository contains a functional PoC exploit for CVE-2015-5477, a DoS vulnerability in BIND9 caused by a NULL pointer dereference in TKEY record processing. The exploit sends a crafted packet to trigger the crash and includes detailed technical analysis in the comments.
This Metasploit module exploits CVE-2015-5477, a DoS vulnerability in BIND9 DNS servers by sending a malformed TKEY query, causing the server to crash with a REQUIRE assertion failure.