7.3
CVSSv2

CVE-2007-1404

Published: 10/03/2007 Updated: 11/10/2017
CVSS v2 Base Score: 7.3 | Impact Score: 9.2 | Exploitability Score: 5.5
VMScore: 740
Vector: AV:A/AC:M/Au:N/C:C/I:N/A:C

Vulnerability Summary

tftpd.exe in ProSysInfo TFTP Server TFTPDWIN 0.4.2 allows remote malicious users to cause a denial of service via a long UDP packet that is not properly handled in a recv_from call. NOTE: this issue might be related to CVE-2006-4948.

Vulnerable Product Search on Vulmon Subscribe to Product

prosysinfo tftp server tftpdwin 0.4.2

Exploits

#!/usr/bin/perl # # TFTPDWIN Server UDP DOS 042 POC # written By : Umesh Wanve (umesh_345@yahoocom) # #------------------------------------------------------------------------------- # TFTPDWIN Server is a Freeware TFTP server for Windows 9x/NT/XP # (wwwtftpserverprosysinfocompl) # A vulner ...
#!/usr/bin/python #ProSysInfo TFTP Server TFTPDWIN 042 #Coded by Wraith import os import sys import struct import socket import time print "\nProSysInfo TFTP Server TFTPDWIN 042" print "Note: This vuln is sensitive to different buffer length\n" if len(sysargv)!=2: print "Usage: tftpdwinpy <ip>" sysexit(0) buff ...