注册 | 登录 忘记密码? 51cto首页 | 博客 | 论坛 | 招聘
热点文章 利用IPSec实现网络安全之..
 帮助
2008-07-16 08:23:16
<?php
/*
CMailServer 5.4.6 mvmail.asp/CMailCOM.dll remote seh overwrite

proof of concept exploit
by Nine:Situations:Group::bruiser
our site:
http://retrogod.altervista.org/
software site: http://www.youngzsoft.net/cmailserver/
Google dorks:
intitle:"Mail Server CMailServer WebMail"
intitle:"Mail Server CMailServer WebMail 5.4.6"
Some notes:
This server provides a IIS/webmail interface and a registered component

vulnerable to multiple buffer overflows, among the others, the

CMailCom.POP3 class with CLSID 6971D9B8-B53E-4C25-A414-76199768A592.
This class is called by various ASP scripts inside the main folder...

I found this clear vector, look mwmail.asp , lines 25-35:
...

Set objPOP3 = CreateObject("CMailCOM.POP3.1")
objPOP3.Login Session("User"), Session("Pass")
Session("LoginSuccess") = objPOP3.LoginSuccess
If..



2008-07-16 08:20:08



2008-07-16 08:19:25



2008-07-16 08:18:34



2008-07-16 08:17:21



2008-07-16 08:16:28



2008-07-16 08:15:32