7.5
CVSSv2

CVE-2006-4781

Published: 14/09/2006 Updated: 19/10/2017
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

Heap-based buffer overflow in FutureSoft TFTP Server Multithreaded (MT) 1.1 allows remote malicious users to cause a denial of service (crash) or possibly execute arbitrary code by sending a crafted packet to port 69/UDP, which triggers the overflow when constructing an absolute path name. NOTE: Some details are obtained from third party information.

Vulnerable Product Search on Vulmon Subscribe to Product

futuresoft tftp server multithreaded 1.1

Exploits

#!/usr/bin/python #Multithreaded TFTP 11 Server d0s exploit by n00b #the following is affected causing a denial of service #Due to an overly long GET request to the ftp server ########################################################################### #Tested on winx xp sp1,sp2 eng #Vendor dont know but s00n will :p #n00b is credited for finding ...