5
CVSSv2

CVE-2009-3115

Published: 09/09/2009 Updated: 19/09/2017
CVSS v2 Base Score: 5 | Impact Score: 2.9 | Exploitability Score: 10
VMScore: 505
Vector: AV:N/AC:L/Au:N/C:N/I:N/A:P

Vulnerability Summary

SolarWinds TFTP Server 9.2.0.111 and previous versions allows remote malicious users to cause a denial of service (service stop) via a crafted Option Acknowledgement (OACK) request. NOTE: some of these details are obtained from third party information.

Vulnerable Product Search on Vulmon Subscribe to Product

solarwinds tftp server 8.2

solarwinds tftp server

solarwinds tftp server 8.1

solarwinds tftp server 5.0.55

solarwinds tftp server 5.0.60

Exploits

#!/usr/bin/perl # SolarWinds TFTP Server <=920111 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 = "127001"; $tftpudp = IO::Socket::INET->new(PeerPort => $port ...