Rapid7 Vulnerability & Exploit Database

Novell Messenger Server 2.0 Accept-Language Overflow

Back to Search

Novell Messenger Server 2.0 Accept-Language Overflow

Disclosed
04/13/2006
Created
05/30/2018

Description

This module exploits a stack buffer overflow in Novell GroupWise Messenger Server v2.0. This flaw is triggered by any HTTP request with an Accept-Language header greater than 16 bytes. To overwrite the return address on the stack, we must first pass a memcpy() operation that uses pointers we supply. Due to the large list of restricted characters and the limitations of the current encoder modules, very few payloads are usable.

Author(s)

  • hdm <x@hdm.io>

Platform

Windows

Development

Module Options

To display the available options, load the module within the Metasploit console and run the commands 'show options' or 'show advanced':

msf > use exploit/windows/http/novell_messenger_acceptlang
msf exploit(novell_messenger_acceptlang) > show targets
    ...targets...
msf exploit(novell_messenger_acceptlang) > set TARGET < target-id >
msf exploit(novell_messenger_acceptlang) > show options
    ...show and set options...
msf exploit(novell_messenger_acceptlang) > exploit

Time is precious, so I don’t want to do something manually that I can automate. Leveraging the Metasploit Framework when automating any task keeps us from having to re-create the wheel as we can use the existing libraries and focus our efforts where it matters.

– Jim O’Gorman | President, Offensive Security

;