lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Wed, 11 Oct 2006 14:55:58 -0500
From: str0ke <str0ke@...w0rm.com>
To: "D-virus@...uxmail.org" <D-virus@...uxmail.org>
Cc: bugtraq@...urityfocus.com
Subject: Re: gcards (languagefile) <= Remote File Include

> Exploit
> gcards/admin/addnews.php?languagefile=shell code

gCards Version 1.13
http://www.gregphoto.net/gcards/index.php

22 include_once('../config.php');			# the variable is defined
23 include_once('../inc/UIfunctions.php');	# no variable change
24 include_once('loginfunction.php');		# just a couple functions
25 include_once('../inc/smileyClass.php');	# just a single class
26 include_once("../inc/".$languageFile);	# the only include with $languageFile

$languageFile is defined on line 93 of config.php, by default to
"language_en.php"

Maybe im missing where the vulnerability is?

/str0ke

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ