Lucene search
+L

freePHPgallery 0.6 - Cookie Local File Inclusion

🗓️ 14 Feb 2008 00:00:00Reported by MhZ91Type 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 33 Views

freePHPgallery 0.6 Cookie Local File Inclusio

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2008-0818
19 Feb 200820:00
cve
cvelist
Cvelist
CVE-2008-0818
19 Feb 200820:00
cvelist
euvd
EUVD
EUVD-2008-0825
7 Oct 202500:30
euvd
nvd
NVD
CVE-2008-0818
19 Feb 200820:44
nvd
prion
Prion
Directory traversal
19 Feb 200820:44
prion
--==+================================================================================+==--
--==+		freePHPgallery 0.6 Cookie Local File Inclusion                       +==--
--==+================================================================================+==--

 Author: MhZ91
 Title: freePHPgallery 0.6 Cookie Local File Inclusion
 Download: http://sourceforge.net/projects/freephpgallery/
 Bug: Local File Inclusion
 Info: freePHPgallery is a easy-to-use free PHP picture gallery. Automatic creation of picture indexes with thumbnails, commenting function, selection of multiple languages. This software does not NOT require a database or other additional software.
 Visit: http://www.inj3ct-it.org

[*]----------------------------------------------------------

freePHPgallery 0.6 present a local file inclusion in this file

index.php
comment.php
show.php

<?php

[...]

if($_COOKIE['lang']!="")
{if(file_exists("./lang/".$_COOKIE['lang'])){include ("./lang/".$_COOKIE['lang']);};}

[...]

?>

we can modify the cookie lang value whit a ../../../../ etc... and give a local file inclusion


[*]----------------------------------------------------------

# milw0rm.com [2008-02-14]

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

14 Nov 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.02498
33