Lucene search
K

15 matches found

seebug.org
seebug.org
added 2014/07/01 12:0 a.m.10 views

SIPfoundry sipXphone 2.6.0.27 CSeq Buffer Overflow

No description provided by source. $Id: sipxphonecseq.rb 9525 2010-06-15 07:18:08Z jduck $ This file is part of the Metasploit Framework and may be subject to redistribution and commercial restrictions. Please see the Metasploit Framework web site for more information on licensing and terms of us...

7.1AI score
Exploits0
seebug.org
seebug.org
added 2014/07/01 12:0 a.m.15 views

SIPfoundry sipXezPhone 0.35a CSeq Field Overflow

No description provided by source. $Id: sipxezphonecseq.rb 9525 2010-06-15 07:18:08Z jduck $ This file is part of the Metasploit Framework and may be subject to redistribution and commercial restrictions. Please see the Metasploit Framework web site for more information on licensing and terms of...

7.1AI score
Exploits0
Exploit DB
Exploit DB
added 2010/06/15 12:0 a.m.30 views

SIPfoundry sipXezPhone 0.35a - CSeq Field Overflow (Metasploit)

$Id: sipxezphonecseq.rb 9525 2010-06-15 07:18:08Z jduck $ This file is part of the Metasploit Framework and may be subject to redistribution and commercial restrictions. Please see the Metasploit Framework web site for more information on licensing and terms of use. http://metasploit.com/framewor...

7.5CVSS6.6AI score0.84237EPSS
Exploits14
Exploit DB
Exploit DB
added 2010/06/15 12:0 a.m.25 views

SIPfoundry sipXphone 2.6.0.27 - CSeq Buffer Overflow (Metasploit)

$Id: sipxphonecseq.rb 9525 2010-06-15 07:18:08Z jduck $ This file is part of the Metasploit Framework and may be subject to redistribution and commercial restrictions. Please see the Metasploit Framework web site for more information on licensing and terms of use. http://metasploit.com/framework/...

7.5CVSS6.6AI score0.84237EPSS
Exploits14
Packet Storm
Packet Storm
added 2009/10/30 12:0 a.m.53 views

SIPfoundry sipXphone 2.6.0.27 CSeq Buffer Overflow

$Id$ This file is part of the Metasploit Framework and may be subject to redistribution and commercial restrictions. Please see the Metasploit Framework web site for more information on licensing and terms of use. http://metasploit.com/framework/ require 'msf/core' class Metasploit3 'SIPfoundry...

7.5CVSS0.7AI score0.84237EPSS
Exploits14
Zero Day Initiative
Zero Day Initiative
added 2008/06/10 12:0 a.m.21 views

AOL AIM SIPFoundry sipXtapi RTCP Processing Heap Overflow Vulnerability

This vulnerability allows remote attackers to execute arbitrary code on vulnerable installations of AOL AIM. Successful exploitation requires the victim to accept a Video Messaging session with the attacker. The specific flaw exists in the SIP protocol implementation library, sipXtapi.dll. If a...

7.9AI score
Exploits0
Metasploit
Metasploit
added 2006/11/01 12:14 p.m.22 views

SIPfoundry sipXphone 2.6.0.27 CSeq Buffer Overflow

This module exploits a buffer overflow in SIPfoundry's sipXphone 2.6.0.27. By sending an overly long CSeq value, a remote attacker could overflow a buffer and execute arbitrary code on the system with the privileges of the affected application. This module requires Metasploit:...

7.5CVSS8.2AI score0.84237EPSS
Exploits14
Metasploit
Metasploit
added 2006/09/13 6:20 a.m.21 views

SIPfoundry sipXezPhone 0.35a CSeq Field Overflow

This module exploits a buffer overflow in SIPfoundry's sipXezPhone version 0.35a. By sending an long CSeq header, a remote attacker could overflow a buffer and execute arbitrary code on the system with the privileges of the affected application. This module requires Metasploit:...

7.5CVSS8.2AI score0.84237EPSS
Exploits14
0day.today
0day.today
added 2006/07/24 12:0 a.m.23 views

SIPfoundry sipXtapi (CSeq) Remote Buffer Overflow Exploit

Exploit for unknown platform in category remote exploits ========================================================= SIPfoundry sipXtapi CSeq Remote Buffer Overflow Exploit ========================================================= !/usr/bin/perl Remote Buffer Overflow in sipXtapi bad char 0x00 0x09...

7.1AI score
Exploits0
NVD
NVD
added 2006/07/12 12:5 a.m.9 views

CVE-2006-3524

Buffer overflow in SIPfoundry sipXtapi released before 20060324 allows remote attackers to execute arbitrary code via a long CSeq field value in an INVITE message...

7.5CVSS7.7AI score0.84237EPSS
Exploits14References10
Cvelist
Cvelist
added 2006/07/12 12:0 a.m.15 views

CVE-2006-3524

Buffer overflow in SIPfoundry sipXtapi released before 20060324 allows remote attackers to execute arbitrary code via a long CSeq field value in an INVITE message...

7.7AI score0.84237EPSS
Exploits14References10
CVE
CVE
added 2006/07/12 12:0 a.m.78 views

CVE-2006-3524

CVE-2006-3524 is a buffer overflow in SIPfoundry SIPXtapi, with public exploits targeting SIP-related components (sipXezPhone 0.35a, sipXphone 2.6.0.27) via an overly long CSeq value in SIP INVITE/CSeq processing. The vulnerability allows remote code execution and has in-the-wild Metasploit/Explo...

7.5CVSS7.7AI score0.84237EPSS
Exploits14References10Affected Software1
Exploit DB
Exploit DB
added 2006/07/10 12:0 a.m.50 views

SIPfoundry sipXtapi - 'CSeq' Remote Buffer Overflow (PoC)

!/usr/bin/perl PoC Exploit By [email protected] Remote Buffer Overflow in sipXtapi use IO::Socket; use strict; print "sipXtapi Exploit by Michael Thumann \n\n"; if not $ARGV0 print "Usage: sipx.pl \n"; exit; $target=$ARGV0; my $source ="127.0.0.1"; my $targetport = 5060; my $user ="bad"; my...

7.4AI score
Exploits0
exploitpack
exploitpack
added 2006/07/10 12:0 a.m.17 views

SIPfoundry sipXtapi - CSeq Remote Buffer Overflow (PoC)

SIPfoundry sipXtapi - CSeq Remote Buffer Overflow PoC !/usr/bin/perl PoC Exploit By [email protected] Remote Buffer Overflow in sipXtapi use IO::Socket; use strict; print "sipXtapi Exploit by Michael Thumann \n\n"; if not $ARGV0 print "Usage: sipx.pl \n"; exit; $target=$ARGV0; my $source...

0.5AI score
Exploits0
0day.today
0day.today
added 2006/07/10 12:0 a.m.20 views

SIPfoundry sipXtapi (CSeq) Remote Buffer Overflow Exploit PoC

Exploit for hardware platform in category dos / poc ============================================================= SIPfoundry sipXtapi CSeq Remote Buffer Overflow Exploit PoC ============================================================= !/usr/bin/perl PoC Exploit By email protected Remote Buffer...

7AI score
Exploits0
Rows per page
Query Builder